add plugins
This commit is contained in:
18
lua/0x29a/lazy/nvimtree.lua
Normal file
18
lua/0x29a/lazy/nvimtree.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
return {
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
version = "*",
|
||||
lazy = false,
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
config = function()
|
||||
require("nvim-tree").setup(
|
||||
{
|
||||
filters = {
|
||||
dotfiles = false,
|
||||
git_ignored = false
|
||||
}
|
||||
}
|
||||
)
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user