add hidden file
This commit is contained in:
parent
10b91ba445
commit
7b5be0d75c
|
@ -14,8 +14,6 @@ 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"
|
||||||
hide_dotfiles = false,
|
|
||||||
hide_gitignored = false,
|
|
||||||
bind_to_cwd = false,
|
bind_to_cwd = false,
|
||||||
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