mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
setting the width of nvim tree to be dynamic instead of hard coded
This commit is contained in:
@@ -14,7 +14,7 @@ return {
|
||||
auto_reload_on_write = true,
|
||||
sort_by = "case_sensitive",
|
||||
view = {
|
||||
width = 30,
|
||||
width = {},
|
||||
},
|
||||
filters = {
|
||||
dotfiles = false,
|
||||
|
||||
Reference in New Issue
Block a user