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

pull/1523/head^2
pynappo 1 month ago committed by GitHub
parent c92ea7ca97
commit fb73617653
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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