Initial commit
This commit is contained in:
9
after/plugin/nvimtree.lua
Normal file
9
after/plugin/nvimtree.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
local nvimtree = require("nvim-tree")
|
||||
|
||||
nvimtree.setup({
|
||||
|
||||
view = {
|
||||
width = 30,
|
||||
}
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user