FollieHiyuki-dotfiles/home/.config/nvim/lua/modules/terminal.lua

14 lines
281 B
Lua
Raw Normal View History

return require('toggleterm').setup {
shade_terminals = false,
float_opts = {
border = 'curved',
width = 80,
height = 80,
winblend = 3,
highlights = {
border = 'Normal',
background = 'Normal'
2021-07-07 15:33:29 -04:00
}
}
}