mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
5 lines
113 B
Lua
5 lines
113 B
Lua
require("toggleterm").setup{
|
|
open_mapping = [[<C-\>]],
|
|
direction = "float",
|
|
close_on_exit = true,
|
|
}
|