nix/modules/home/programs/neovim/plugins/toggleterm.lua
2024-03-09 17:18:36 +01:00

8 lines
125 B
Lua

require("toggleterm").setup{
open_mapping = [[<c-\>]],
direction = 'float',
float_opts = {
border = 'curved'
}
}