add tree
This commit is contained in:
7
common/.config/nvim/lua/plugin-config/nvim-tree.lua
Normal file
7
common/.config/nvim/lua/plugin-config/nvim-tree.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
require("nvim-tree").setup({
|
||||
git = {
|
||||
ignore = false,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user