I have no idea if this works

This commit is contained in:
jacekpoz 2024-03-24 16:15:29 +01:00
parent 2968ab5423
commit a811795257
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -64,7 +64,7 @@ in {
# TODO move this to lua to be cool
# action = "vim.cmd { cmd = \"Neotree\", args = { \"toggle\" } }";
# lua = true;
action = ":Neotree toggle<CR>";
action = "<CMD>Neotree toggle<CR>";
key = "<leader>v";
}
{