vscode like root navigation

This commit is contained in:
tikikun 2023-09-08 09:31:58 +07:00
parent b8ac8559f5
commit f99460cf15
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}, },