From a8117952570b66dbb61956f43b1a7d317d25f163 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sun, 24 Mar 2024 16:15:29 +0100 Subject: [PATCH] I have no idea if this works --- modules/tui/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tui/neovim.nix b/modules/tui/neovim.nix index d29141c6..ed75a41d 100644 --- a/modules/tui/neovim.nix +++ b/modules/tui/neovim.nix @@ -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"; + action = "Neotree toggle"; key = "v"; } {