mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-10 07:10:44 +00:00
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")
|
||||
|
||||
local options = {
|
||||
filters = { dotfiles = true },
|
||||
filters = { dotfiles = false },
|
||||
disable_netrw = true,
|
||||
hijack_cursor = true,
|
||||
sync_root_with_cwd = true,
|
||||
|
Loading…
Reference in New Issue
Block a user