mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-05 10:34:52 +02:00
don't lazy-load neo-tree so netrw hijacking on startup works
This commit is contained in:
parent
d350db2449
commit
957270d390
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue