LunarVim/lua/lv-floatterm/config.lua

11 lines
162 B
Lua
Raw Normal View History

2021-07-10 03:01:23 +02:00
O.plugin.floatterm = {
active = false,
dimensions = {
height = 0.9,
width = 0.9,
x = 0.5,
y = 0.3,
},
border = "single", -- or 'double'
}