From 0a9895a41d84314d0b869e2a081c62909319c082 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Mon, 18 Apr 2022 15:59:33 -0700 Subject: [PATCH] dotfiles set to false, meaning not hidden in nvim-tree --- nvim/nvim-tree.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {}, },