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