chore: set scrolloff = 999 to center the active line while editing markdown files

This commit is contained in:
2026-05-22 14:01:41 -04:00
parent 4ed5242b82
commit 72394f9cdb
+1
View File
@@ -12,6 +12,7 @@ autocmd('FileType', {
o.breakindent = true
o.textwidth = 80
o.spell = true
o.scrolloff = 999 -- center active line
end,
})