diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-07-05 13:05:11 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-07-05 13:05:11 +0800 |
commit | 374a1aa33519d74cbc51656a429df924ee144027 (patch) | |
tree | b44c6e82f977fd669da5effc01848182ec59572a /vim/lua/chadrc.lua | |
parent | f405cca57d09928eda78b04a7b35633a92f91793 (diff) |
Update
Diffstat (limited to 'vim/lua/chadrc.lua')
-rw-r--r-- | vim/lua/chadrc.lua | 13 |
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 |