diff --git a/modules/tui/neovim.nix b/modules/tui/neovim.nix index 8b904664..d29141c6 100644 --- a/modules/tui/neovim.nix +++ b/modules/tui/neovim.nix @@ -61,8 +61,10 @@ in { keymaps = [ { - action = "vim.cmd.Neotree"; - lua = true; + # TODO move this to lua to be cool + # action = "vim.cmd { cmd = \"Neotree\", args = { \"toggle\" } }"; + # lua = true; + action = ":Neotree toggle"; key = "v"; } {