Closed Rohith-JN closed 1 year ago
When nvim is started nvim-tree takes half of the screen and I have to manually move the tab
This fixed the issue:
nvim_tree.setup { actions = { open_file = { resize_window = true } } }
When nvim is started nvim-tree takes half of the screen and I have to manually move the tab
This fixed the issue: