mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 15:34:53 +01:00
fix: commands for toggling neotree
This commit is contained in:
parent
532733ac76
commit
d8ef03d43c
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ if success then
|
|||
return {
|
||||
update = function () manager.refresh("codemp") end,
|
||||
init = function () end,
|
||||
open = function () vim.cmd(":Neotree open source=codemp<CR>") end,
|
||||
toggle = function () vim.cmd(":Neotree toggle source=codemp<CR>") end,
|
||||
open = function () vim.cmd("Neotree open source=codemp") end,
|
||||
toggle = function () vim.cmd("Neotree toggle source=codemp") end,
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue