don't lazy-load neo-tree so netrw hijacking on startup works

pull/1489/head
pynappo 3 months ago
parent d350db2449
commit 957270d390
No known key found for this signature in database

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

Loading…
Cancel
Save