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