mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-27 15:38:51 +02:00
don't lazy-load neo-tree so netrw hijacking on startup works (#1489)
This commit is contained in:
parent
c92ea7ca97
commit
fb73617653
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ return {
|
||||||
'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended
|
'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended
|
||||||
'MunifTanjim/nui.nvim',
|
'MunifTanjim/nui.nvim',
|
||||||
},
|
},
|
||||||
cmd = 'Neotree',
|
lazy = false,
|
||||||
keys = {
|
keys = {
|
||||||
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true },
|
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true },
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue