feat: Make floating terminal bigger

This commit is contained in:
2026-03-26 11:45:19 +01:00
parent bfacdb2b27
commit fcbfa180ce

View File

@@ -44,4 +44,14 @@ M.nvdash = {
},
}
M.term = {
float = {
row = 0.2,
col = 0.15,
width = 0.7,
height = 0.6,
border = "rounded",
},
}
return M