fix: Nvim | adjust term split sizes

This commit is contained in:
2026-04-22 20:35:25 +05:00
parent 33c0b7499e
commit f599a88409

View File

@@ -8,4 +8,11 @@ M.base46 = {
theme = "catppuccin", theme = "catppuccin",
} }
M.term = {
sizes = {
sp = 0.4,
vsp = 0.5,
},
}
return M return M