neovim(file-tree): set adaptive_size=false
This commit is contained in:
@@ -45,7 +45,7 @@ require("nvim-tree").setup({
|
|||||||
},
|
},
|
||||||
view = {
|
view = {
|
||||||
width = 30,
|
width = 30,
|
||||||
adaptive_size = true,
|
adaptive_size = false,
|
||||||
side = "left",
|
side = "left",
|
||||||
preserve_window_proportions = true,
|
preserve_window_proportions = true,
|
||||||
centralize_selection = true,
|
centralize_selection = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user