kickstart.nvim/lua/custom/setups/term.lua

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