mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-12-12 17:18:22 -05:00
14 lines
281 B
Lua
14 lines
281 B
Lua
return require('toggleterm').setup {
|
|
shade_terminals = false,
|
|
float_opts = {
|
|
border = 'curved',
|
|
width = 80,
|
|
height = 80,
|
|
winblend = 3,
|
|
highlights = {
|
|
border = 'Normal',
|
|
background = 'Normal'
|
|
}
|
|
}
|
|
}
|