vscode like root navigation
This commit is contained in:
parent
b8ac8559f5
commit
f99460cf15
|
@ -14,7 +14,7 @@ return {
|
||||||
open_files_do_not_replace_types = { "terminal", "Trouble", "qf", "Outline" },
|
open_files_do_not_replace_types = { "terminal", "Trouble", "qf", "Outline" },
|
||||||
filesystem = {
|
filesystem = {
|
||||||
visible = true, -- This is what you want: If you set this to `true`, all "hide" just mean "dimmed out"
|
visible = true, -- This is what you want: If you set this to `true`, all "hide" just mean "dimmed out"
|
||||||
bind_to_cwd = false,
|
bind_to_cwd = true, -- This option is very important to mimic the behaviour just like VsCode
|
||||||
follow_current_file = { enabled = true },
|
follow_current_file = { enabled = true },
|
||||||
use_libuv_file_watcher = true,
|
use_libuv_file_watcher = true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue