vim: fix formatting in options.lua
This commit is contained in:
parent
4e31cf47ac
commit
bcf63bbda5
1 changed files with 4 additions and 4 deletions
|
@ -134,7 +134,7 @@ M.setup = function()
|
||||||
'filler', -- show filler lines (so text is vertically synced)
|
'filler', -- show filler lines (so text is vertically synced)
|
||||||
'vertical', -- use vertical splits (files side-by-side)
|
'vertical', -- use vertical splits (files side-by-side)
|
||||||
'closeoff', -- disable diff mode when one window is closed
|
'closeoff', -- disable diff mode when one window is closed
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|
Loading…
Add table
Reference in a new issue