[Nvim] term

This commit is contained in:
2026-04-10 23:06:31 +02:00
parent d8a08b8b14
commit 9a154c71ec
2 changed files with 33 additions and 25 deletions

View File

@@ -27,17 +27,31 @@ local M = {
-- },
},
-- ui = {
-- -- lazyload it when there are 1+ buffers
-- tabufline = {
-- enabled = true,
-- lazyload = true,
-- order = { "treeOffset", "buffers", "tabs", "btns" },
-- modules = nil,
-- bufwidth = 21,
-- transparency = true,
-- },
-- },
ui = {
-- lazyload it when there are 1+ buffers
tabufline = {
enabled = true,
lazyload = true,
order = { "treeOffset", "buffers", "tabs", "btns" },
modules = nil,
bufwidth = 21,
transparency = true,
},
},
term = {
base46_colors = true,
winopts = { number = false },
sizes = { sp = 0.5, vsp = 0.2, ["bo sp"] = 0.3, ["bo vsp"] = 0.2 },
float = {
relative = "editor",
row = 0.05,
col = 0.05,
width = 0.9,
height = 0.8,
border = "single",
},
},
}
return M