aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/lua/chadrc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'vim/lua/chadrc.lua')
-rw-r--r--vim/lua/chadrc.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/vim/lua/chadrc.lua b/vim/lua/chadrc.lua
index 28e240f..267949f 100644
--- a/vim/lua/chadrc.lua
+++ b/vim/lua/chadrc.lua
@@ -15,6 +15,19 @@ M.ui = {
15 enabled = true, 15 enabled = true,
16 order = { "treeOffset", "buffers", "tabs" }, 16 order = { "treeOffset", "buffers", "tabs" },
17 }, 17 },
18
19 term = {
20 hl = "Normal:term,WinSeparator:WinSeparator",
21 sizes = { sp = 0.4, vsp = 0.4 },
22 float = {
23 relative = "editor",
24 row = 0.15,
25 col = 0.13,
26 width = 0.7,
27 height = 0.7,
28 border = "single",
29 },
30 },
18} 31}
19 32
20-- For tabufline 33-- For tabufline