Set line width
All checks were successful
/ check (push) Successful in 43s

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-10-04 01:55:41 +01:00
parent cedbc7a31e
commit be54387298

View file

@ -8,6 +8,7 @@
vim.opt_local.linebreak = true
vim.opt_local.makeprg = "${lib.getExe pkgs.asciidoctor} %"
vim.opt_local.spell = true
vim.opt_local.textwidth = 100
-- Convert lines into a list.
vim.keymap.set("n", "<leader>l", "vip:norm I* <CR>")