prevent nvim-tree from resizing whenever a new file is opened
so fucking annoying. who made that default behaviour!?!?!?!
This commit is contained in:
parent
3ba6f1951f
commit
af81505eaf
|
@ -8,6 +8,11 @@ return {
|
|||
},
|
||||
config = function()
|
||||
require('nvim-tree').setup {
|
||||
actions = {
|
||||
open_file = {
|
||||
resize_window = false,
|
||||
},
|
||||
},
|
||||
renderer = {
|
||||
highlight_git = 'all',
|
||||
highlight_diagnostics = 'icon',
|
||||
|
|
Loading…
Reference in a new issue