From 5189f3e32c87478632bb471817db1df13f8b16d1 Mon Sep 17 00:00:00 2001 From: siduck Date: Wed, 21 Aug 2024 07:24:10 +0530 Subject: [PATCH] nvimtree: show dotfiles by default #2975 --- lua/nvchad/configs/nvimtree.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/nvchad/configs/nvimtree.lua b/lua/nvchad/configs/nvimtree.lua index 433b1f3..7e9f52a 100644 --- a/lua/nvchad/configs/nvimtree.lua +++ b/lua/nvchad/configs/nvimtree.lua @@ -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,