quandoan
This commit is contained in:
parent
d350db2449
commit
ee1be1a29a
6 changed files with 258 additions and 11 deletions
10
lua/custom/setups/term.lua
Normal file
10
lua/custom/setups/term.lua
Normal 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
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue