This commit is contained in:
alice-vu-163 2025-05-06 16:29:55 +07:00
parent d350db2449
commit ee1be1a29a
6 changed files with 258 additions and 11 deletions

View file

@ -0,0 +1,10 @@
require('toggleterm').setup {
direction = 'float',
float_opts = {
border = 'curved',
width = 100,
height = 30,
winblend = 0, -- optional: transparency
-- Omit row/col so it's automatically centered
},
}