nvconfig: move term config out of ui table
This commit is contained in:
parent
4582bb7e3a
commit
f760ed9fb1
@ -67,8 +67,9 @@ M.ui = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
lsp = { signature = true },
|
lsp = { signature = true },
|
||||||
|
}
|
||||||
|
|
||||||
term = {
|
M.term = {
|
||||||
hl = "Normal:term,WinSeparator:WinSeparator",
|
hl = "Normal:term,WinSeparator:WinSeparator",
|
||||||
sizes = { sp = 0.3, vsp = 0.2, ["bo sp"] = 0.3, ["bo vsp"] = 0.2 },
|
sizes = { sp = 0.3, vsp = 0.2, ["bo sp"] = 0.3, ["bo vsp"] = 0.2 },
|
||||||
float = {
|
float = {
|
||||||
@ -79,7 +80,6 @@ M.ui = {
|
|||||||
height = 0.4,
|
height = 0.4,
|
||||||
border = "single",
|
border = "single",
|
||||||
},
|
},
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
M.base46 = {
|
M.base46 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user