Set dotfiles to not be hidden in nvim-tree

This commit is contained in:
Ben Vincent 2023-08-27 18:02:11 +10:00
parent a2ae2a185f
commit 0eb5854a98

View File

@ -28,7 +28,7 @@ require("nvim-tree").setup({
group_empty = true,
},
filters = {
dotfiles = true,
dotfiles = false,
custom = { "^.git$" },
},
})