mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-01 19:49:25 +00:00
[neovim] Close Neo-tree if it is the last window left in the tab
This commit is contained in:
@ -6,6 +6,7 @@ end
|
||||
vim.g.neo_tree_remove_legacy_commands = true
|
||||
|
||||
neotree.setup({
|
||||
close_if_last_window = true,
|
||||
popup_border_style = "rounded",
|
||||
default_component_configs = {
|
||||
indent = {
|
||||
|
Reference in New Issue
Block a user