mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-12-06 14:53:38 -08:00
replace nvim submodule with real files
This commit is contained in:
9
.config/nvim/lua/utils/terminal/toggle/init.lua
Normal file
9
.config/nvim/lua/utils/terminal/toggle/init.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
local M = {}
|
||||
|
||||
function M.term_toggle(term)
|
||||
if term then
|
||||
term:toggle()
|
||||
end
|
||||
end
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user