diff --git a/nvim/nvim-tree.lua b/nvim/nvim-tree.lua index 71042d55..1c98f551 100644 --- a/nvim/nvim-tree.lua +++ b/nvim/nvim-tree.lua @@ -373,7 +373,7 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS }, }, filters = { - dotfiles = true, + dotfiles = false, custom = {}, exclude = {}, },