don't lazy-load neo-tree so netrw hijacking on startup works (#1489)
This commit is contained in:
parent
c92ea7ca97
commit
fb73617653
|
@ -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…
Reference in New Issue