11 lines
229 B
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
|
||
|
|
},
|
||
|
|
}
|