don't lazy-load neo-tree so netrw hijacking on startup works (#1489)

This commit is contained in:
pynappo 2025-05-10 17:18:04 -07:00 committed by GitHub
parent c92ea7ca97
commit fb73617653
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 },
},