diff --git a/lua/file-explorer.lua b/lua/file-explorer.lua index 22df0fe..3c74ca9 100644 --- a/lua/file-explorer.lua +++ b/lua/file-explorer.lua @@ -4,5 +4,12 @@ vim.g.loaded_netrwPlugin = 1 -- vim.opt.termguicolors = true require("nvim-tree").setup({ + filters = { + dotfiles = false, + git_clean = false + }, + git = { + ignore = false + } })