diff options
| -rw-r--r-- | nvim/lua/kickstart/plugins/neo-tree.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/kickstart/plugins/neo-tree.lua b/nvim/lua/kickstart/plugins/neo-tree.lua index bd44226..c706789 100644 --- a/nvim/lua/kickstart/plugins/neo-tree.lua +++ b/nvim/lua/kickstart/plugins/neo-tree.lua @@ -9,7 +9,7 @@ return { 'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended 'MunifTanjim/nui.nvim', }, - cmd = 'Neotree', + lazy = false, keys = { { '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true }, }, |