Modules/Neovim: Disable statix nix linter (doesn't support |> operator)
This commit is contained in:
@ -65,7 +65,7 @@ in {
|
|||||||
python313Packages.pylint
|
python313Packages.pylint
|
||||||
lua54Packages.luacheck
|
lua54Packages.luacheck
|
||||||
vale # text
|
vale # text
|
||||||
statix # nix
|
# statix # nix (doesn't recognize pipe operator)
|
||||||
|
|
||||||
# Formatters
|
# Formatters
|
||||||
alejandra # nix
|
alejandra # nix
|
||||||
@ -786,7 +786,7 @@ in {
|
|||||||
javascript = ["eslint_d"];
|
javascript = ["eslint_d"];
|
||||||
lua = ["luacheck"];
|
lua = ["luacheck"];
|
||||||
markdown = ["vale"];
|
markdown = ["vale"];
|
||||||
nix = ["statix"];
|
# nix = ["statix"];
|
||||||
python = ["ruff" "flake8"]; # TODO: "pylint" can't resolve some imports (e.g. PySide6.QtGui)
|
python = ["ruff" "flake8"]; # TODO: "pylint" can't resolve some imports (e.g. PySide6.QtGui)
|
||||||
tex = ["chktex"];
|
tex = ["chktex"];
|
||||||
# rust = ["clippy"]; # Not supported, but integrated through rustaceanvim
|
# rust = ["clippy"]; # Not supported, but integrated through rustaceanvim
|
||||||
|
Reference in New Issue
Block a user