Configure asciidoc files
This commit is contained in:
parent
017669069e
commit
f28d640795
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
extraFiles."after/ftplugin/asciidoc.lua".text = ''
|
||||
vim.opt_local.makeprg = "${lib.getExe pkgs.asciidoctor} %";
|
||||
vim.opt_local.linebreak = true
|
||||
vim.opt_local.makeprg = "${lib.getExe pkgs.asciidoctor} %"
|
||||
vim.opt_local.spell = true
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue