mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-05-09 00:41:27 -07:00
replace nvim submodule with real files
This commit is contained in:
@@ -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