Merge branch 'master' into color-scheme
This commit is contained in:
commit
31f0bfe509
1
init.lua
1
init.lua
|
@ -585,7 +585,6 @@ require('lazy').setup({
|
|||
unusedparams = true,
|
||||
shadow = true,
|
||||
},
|
||||
staticcheck = true,
|
||||
},
|
||||
},
|
||||
init_option = {
|
||||
|
|
|
@ -529,7 +529,7 @@ return {
|
|||
group_empty_dirs = false, -- when true, empty folders will be grouped together
|
||||
search_limit = 50, -- max number of search results when using filters
|
||||
follow_current_file = {
|
||||
enabled = false, -- This will find and focus the file in the active buffer every time
|
||||
enabled = true, -- This will find and focus the file in the active buffer every time
|
||||
-- -- the current file is changed while the tree is open.
|
||||
leave_dirs_open = false, -- `false` closes auto expanded dirs, such as with `:Neotree reveal`
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue