From 945b43fbfb2110e0eed57001340e675085f65488 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 14 Jul 2025 22:07:04 +0200 Subject: [PATCH] Modules/Neovim: Disable statix nix linter (doesn't support |> operator) --- home/modules/neovim/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/neovim/default.nix b/home/modules/neovim/default.nix index 7ea21208..1a2b327f 100644 --- a/home/modules/neovim/default.nix +++ b/home/modules/neovim/default.nix @@ -65,7 +65,7 @@ in { python313Packages.pylint lua54Packages.luacheck vale # text - statix # nix + # statix # nix (doesn't recognize pipe operator) # Formatters alejandra # nix @@ -786,7 +786,7 @@ in { javascript = ["eslint_d"]; lua = ["luacheck"]; markdown = ["vale"]; - nix = ["statix"]; + # nix = ["statix"]; python = ["ruff" "flake8"]; # TODO: "pylint" can't resolve some imports (e.g. PySide6.QtGui) tex = ["chktex"]; # rust = ["clippy"]; # Not supported, but integrated through rustaceanvim