Add nvim.tree
This commit is contained in:
parent
cad782112e
commit
421e743bff
|
|
@ -0,0 +1,9 @@
|
||||||
|
return {
|
||||||
|
'nvim-tree/nvim-tree.lua',
|
||||||
|
version = '*',
|
||||||
|
lazy = false,
|
||||||
|
dependencies = {
|
||||||
|
'nvim-tree/nvim-web-devicons',
|
||||||
|
},
|
||||||
|
config = function() require('nvim-tree').setup {} end,
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue