add terminal customizations options to default config

This commit is contained in:
zbirenbaum 2022-03-20 17:22:36 -04:00 committed by siduck
parent 1face444b8
commit e328b86336
1 changed files with 9 additions and 0 deletions

View File

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