Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
cedbc7a31e
commit
be54387298
1 changed files with 1 additions and 0 deletions
|
@ -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>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue