add terminal customizations options to default config

navigator
zbirenbaum 2 years ago committed by siduck
parent 1face444b8
commit e328b86336

@ -40,6 +40,15 @@ M.options = {
update_url = "https://github.com/NvChad/NvChad", update_url = "https://github.com/NvChad/NvChad",
update_branch = "main", update_branch = "main",
}, },
terminal = {
behavior = {
close_on_exit = true,
},
window = {
vsplit_ratio = 0.5,
split_ratio = 0.3,
},
},
} }
---- UI ----- ---- UI -----

Loading…
Cancel
Save