hit .git in nvimtree
This commit is contained in:
@@ -7,7 +7,12 @@ return {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
config = function()
|
||||
require("nvim-tree").setup {}
|
||||
require("nvim-tree").setup {
|
||||
filters = {
|
||||
dotfiles = false,
|
||||
custom = { "^.git$" },
|
||||
},
|
||||
}
|
||||
end,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user