summaryrefslogtreecommitdiff
path: root/lua/lv-floatterm/config.lua
blob: 8a4e2238d239bfd798317ece4e6e5bb541473d4c (plain)
1
2
3
4
5
6
7
8
9
10
O.plugin.floatterm = {
  active = false,
  dimensions = {
    height = 0.9,
    width = 0.9,
    x = 0.5,
    y = 0.3,
  },
  border = "single", -- or 'double'
}