nvim/.bckpold/after/plugin/toggleterm.lua

7 lines
108 B
Lua
Raw Normal View History

2023-08-02 16:39:49 +02:00
require("toggleterm").setup{
direction = "float",
float_opts = {
border = "curved"
},
}