mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-12-13 01:28:24 -05:00
52b9be4bee
Also add more nord highlight groups
15 lines
311 B
Lua
15 lines
311 B
Lua
return require('toggleterm').setup {
|
|
open_mapping = [[<c-\>]],
|
|
shade_terminals = false,
|
|
float_opts = {
|
|
border = 'curved',
|
|
width = 80,
|
|
height = 80,
|
|
winblend = 3,
|
|
highlights = {
|
|
border = 'Normal',
|
|
background = 'Normal'
|
|
}
|
|
}
|
|
}
|