Fix neotree

This commit is contained in:
Christian Nieves
2023-08-28 19:23:24 +00:00
parent 34dbf0e321
commit ee37020734
5 changed files with 2 additions and 14 deletions

View File

@ -10,6 +10,7 @@ return {
"nvim-lua/plenary.nvim",
"MunifTanjim/nui.nvim",
},
lazy = false,
keys = {
{ "<C-n>", ":Neotree filesystem reveal toggle reveal_force_cwd<cr>", desc = "Open NeoTree" },
},