Format config.lua

This commit is contained in:
MarcHamamji 2023-04-05 13:28:57 +03:00
parent 161586ae1c
commit c15d5702dd

View File

@ -2,8 +2,8 @@ local M = {}
local defaults = {
position = 'right', -- options: top, left, right, bottom
width = 80, -- width of window when position is left or right
height = 10, -- height of window when position is top or bottom
width = 80, -- width of window when position is left or right
height = 10, -- height of window when position is top or bottom
}
M.options = {}
@ -14,4 +14,4 @@ end
M.setup()
return M;
return M