chore: set scrolloff = 999 to center the active line while editing markdown files
This commit is contained in:
@@ -12,6 +12,7 @@ autocmd('FileType', {
|
|||||||
o.breakindent = true
|
o.breakindent = true
|
||||||
o.textwidth = 80
|
o.textwidth = 80
|
||||||
o.spell = true
|
o.spell = true
|
||||||
|
o.scrolloff = 999 -- center active line
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user