FollieHiyuki 8396fe1ae1
neovim: add indent-blankline, use which-key for mappings
Also add more nord highlight groups
2021-07-08 23:08:10 +03:00

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'
}
}
}