mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2025-10-21 19:50:34 +00:00
Format config.lua
This commit is contained in:
parent
161586ae1c
commit
c15d5702dd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user