Initial commit

This commit is contained in:
2023-06-14 20:20:18 +02:00
commit 326088a13d
12 changed files with 459 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
local nvimtree = require("nvim-tree")
nvimtree.setup({
view = {
width = 30,
}
})