forked from poz/niksos
I have no idea if this works
This commit is contained in:
parent
2968ab5423
commit
a811795257
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ in {
|
||||||
# TODO move this to lua to be cool
|
# TODO move this to lua to be cool
|
||||||
# action = "vim.cmd { cmd = \"Neotree\", args = { \"toggle\" } }";
|
# action = "vim.cmd { cmd = \"Neotree\", args = { \"toggle\" } }";
|
||||||
# lua = true;
|
# lua = true;
|
||||||
action = ":Neotree toggle<CR>";
|
action = "<CMD>Neotree toggle<CR>";
|
||||||
key = "<leader>v";
|
key = "<leader>v";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue