neovim: update nvim-tree window width
This commit is contained in:
@@ -47,7 +47,7 @@ require("nvim-tree").setup({
|
||||
enable = true,
|
||||
},
|
||||
view = {
|
||||
width = "100%",
|
||||
width = 30,
|
||||
adaptive_size = false,
|
||||
side = "left",
|
||||
preserve_window_proportions = true,
|
||||
|
||||
Reference in New Issue
Block a user