From a3678173ac165cc7bfe4d6ae25c5ff587461cb5d Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sat, 27 Jul 2024 16:11:28 +0200 Subject: common/nixvim: don't use none-ls deprecated option --- common/nixvim.nix | 7 ++++--- 1 file 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 statix.enable = true; vale = { enable = true; - withArgs = '' - { filetypes = { "markdown", "pandoc", "rst", "tex", "asciidoc" }, } - ''; + settings.extra_filetypes = [ + "pandoc" + "rst" + ]; }; }; -- cgit v1.2.3