make neo-tree lazy (not open on startup)

This commit is contained in:
Reathe 2026-02-25 21:53:05 +01:00
parent a0165a008c
commit d3c7340c81
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ return {
'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended 'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended
'MunifTanjim/nui.nvim', 'MunifTanjim/nui.nvim',
}, },
lazy = false,
keys = { keys = {
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true }, { '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true },
}, },