add comments, set width of Filetree and remove fugitive

This commit is contained in:
xesc 2024-08-31 18:38:54 +02:00
parent 4aaf17eddf
commit 4bf1e1caae
3 changed files with 13 additions and 20 deletions

View file

@ -11,7 +11,7 @@ return {
config = function()
require("nvim-tree").setup({
view = {
width = 44,
width = 56,
},
})
end,