mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2026-02-04 06:12:01 +00:00
Format config.lua
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user