Neovim/lua/plugins/toggleterm.lua

16 lines
338 B
Lua
Raw Permalink Normal View History

2023-11-17 11:24:21 +00:00
return {
{
"akinsho/toggleterm.nvim",
opts = {
open_mapping = '<F7>',
start_in_insert = true,
direction = 'float',
shade_terminals = true,
shading_factor = -30,
float_opts = {
border = 'curved',
},
},
},
}