add terminal customizations options to default config
This commit is contained in:
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…
Reference in New Issue
Block a user