nix/modules/home/cli/neovim/plugins/toggleterm.lua

8 lines
125 B
Lua
Raw Normal View History

2024-03-09 17:18:36 +01:00
require("toggleterm").setup{
open_mapping = [[<c-\>]],
direction = 'float',
float_opts = {
border = 'curved'
}
}