reduced width of file tree to 30

This commit is contained in:
Sven Vogel 2024-06-06 13:06:47 +02:00
parent 9316b1907e
commit d2979fe139
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ return {
}, },
view = { view = {
signcolumn = "no", signcolumn = "no",
width = 45, width = 30,
}, },
}, },
}, },