nvim-lua.kickstart.nvim/lua/custom/setups/term.lua
alice-vu-163 ee1be1a29a quandoan
2025-05-06 16:29:55 +07:00

10 lines
229 B
Lua

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
},
}