summaryrefslogtreecommitdiffstats
path: root/common/nixvim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/nixvim.nix')
-rw-r--r--common/nixvim.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/common/nixvim.nix b/common/nixvim.nix
index 290250e..4891632 100644
--- a/common/nixvim.nix
+++ b/common/nixvim.nix
@@ -417,9 +417,10 @@ in
417 statix.enable = true; 417 statix.enable = true;
418 vale = { 418 vale = {
419 enable = true; 419 enable = true;
420 withArgs = '' 420 settings.extra_filetypes = [
421 { filetypes = { "markdown", "pandoc", "rst", "tex", "asciidoc" }, } 421 "pandoc"
422 ''; 422 "rst"
423 ];
423 }; 424 };
424 }; 425 };
425 426