nvimtree: show dotfiles by default #2975
This commit is contained in:
parent
fea5d02d2d
commit
5189f3e32c
@ -1,7 +1,7 @@
|
|||||||
dofile(vim.g.base46_cache .. "nvimtree")
|
dofile(vim.g.base46_cache .. "nvimtree")
|
||||||
|
|
||||||
local options = {
|
local options = {
|
||||||
filters = { dotfiles = true },
|
filters = { dotfiles = false },
|
||||||
disable_netrw = true,
|
disable_netrw = true,
|
||||||
hijack_cursor = true,
|
hijack_cursor = true,
|
||||||
sync_root_with_cwd = true,
|
sync_root_with_cwd = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user