summaryrefslogtreecommitdiffstats
path: root/common/nixvim.nix
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2024-07-27 16:11:28 +0200
committerMinijackson <minijackson@riseup.net>2024-07-27 16:11:28 +0200
commita3678173ac165cc7bfe4d6ae25c5ff587461cb5d (patch)
tree2827d3a4ee9095bdd8a8272251deda845c13bf5c /common/nixvim.nix
parentefcb393abbf97fe6cdfaf4ac6355d37ee2212d83 (diff)
downloadnixos-config-reborn-a3678173ac165cc7bfe4d6ae25c5ff587461cb5d.tar.gz
nixos-config-reborn-a3678173ac165cc7bfe4d6ae25c5ff587461cb5d.zip
common/nixvim: don't use none-ls deprecated option
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