nvimtree: show dotfiles by default #2975
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user