setting the width of nvim tree to be dynamic instead of hard coded

This commit is contained in:
aminnairi
2023-12-21 18:54:58 +01:00
parent d5fe78bf31
commit 8ad2e4972a
+1 -1
View File
@@ -14,7 +14,7 @@ return {
auto_reload_on_write = true,
sort_by = "case_sensitive",
view = {
width = 30,
width = {},
},
filters = {
dotfiles = false,