diff options
| author | christianchiarulli <[email protected]> | 2021-07-09 21:01:23 -0400 | 
|---|---|---|
| committer | christianchiarulli <[email protected]> | 2021-07-09 21:01:23 -0400 | 
| commit | b8182d5aeecd50ad6a7d4f5b9b1a8ccbd8bbad02 (patch) | |
| tree | ffd8fd765b36cf0f4dc353074bf31225beca67ce /lua/lv-floatterm/config.lua | |
| parent | 0ce8dfd998f85e2b1dd6fa78643884a267460b0e (diff) | |
refactor plugin config
Diffstat (limited to 'lua/lv-floatterm/config.lua')
| -rw-r--r-- | lua/lv-floatterm/config.lua | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/lua/lv-floatterm/config.lua b/lua/lv-floatterm/config.lua new file mode 100644 index 00000000..8a4e2238 --- /dev/null +++ b/lua/lv-floatterm/config.lua @@ -0,0 +1,10 @@ +O.plugin.floatterm = { +  active = false, +  dimensions = { +    height = 0.9, +    width = 0.9, +    x = 0.5, +    y = 0.3, +  }, +  border = "single", -- or 'double' +}  | 
