diff --git a/dotfiles/neovim/lua/my/plugins/nvim-tree.lua b/dotfiles/neovim/lua/my/plugins/nvim-tree.lua index a457b00..63e5c05 100644 --- a/dotfiles/neovim/lua/my/plugins/nvim-tree.lua +++ b/dotfiles/neovim/lua/my/plugins/nvim-tree.lua @@ -5,7 +5,7 @@ local M = {} function M.setup() require'nvim-tree'.setup() -- Toggle nerdtree with Control-t - mapSilent("n", "", ":NvimTreeToggle") + mapSilent("n", "", ":NvimTreeToggle") end return M diff --git a/modules/applications/neovim.nix b/modules/applications/neovim.nix index 71901f8..df18349 100644 --- a/modules/applications/neovim.nix +++ b/modules/applications/neovim.nix @@ -48,7 +48,7 @@ in nvim-web-devicons # fork of vim-devicons? plenary-nvim # async utility lib it seems? lualine-nvim # customizable status line - nvim-tree # file tree + nvim-tree-lua # file tree ]; }; }