nvimtree: show dotfiles by default #2975

This commit is contained in:
siduck 2024-08-21 07:24:10 +05:30
parent fea5d02d2d
commit 5189f3e32c

View File

@ -1,7 +1,7 @@
dofile(vim.g.base46_cache .. "nvimtree")
local options = {
filters = { dotfiles = true },
filters = { dotfiles = false },
disable_netrw = true,
hijack_cursor = true,
sync_root_with_cwd = true,