LunarVim/lua/lv-floatterm/config.lua
2021-07-09 21:01:23 -04:00

10 lines
162 B
Lua

O.plugin.floatterm = {
active = false,
dimensions = {
height = 0.9,
width = 0.9,
x = 0.5,
y = 0.3,
},
border = "single", -- or 'double'
}