Skip to content

Commit fb73617

Browse files
authored
don't lazy-load neo-tree so netrw hijacking on startup works (#1489)
1 parent c92ea7c commit fb73617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/kickstart/plugins/neo-tree.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ return {
99
'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended
1010
'MunifTanjim/nui.nvim',
1111
},
12-
cmd = 'Neotree',
12+
lazy = false,
1313
keys = {
1414
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true },
1515
},

0 commit comments

Comments
 (0)