diff --git a/home/modules/neovim/default.nix b/home/modules/neovim/default.nix index 1b01e77d..969e44f8 100644 --- a/home/modules/neovim/default.nix +++ b/home/modules/neovim/default.nix @@ -703,7 +703,7 @@ in { lua = ["luacheck"]; markdown = ["vale"]; nix = ["statix"]; - python = ["ruff" "flake8" "pylint"]; + python = ["ruff" "flake8"]; # TODO: "pylint" can't resolve some imports (e.g. PySide6.QtGui) tex = ["chktex"]; # rust = ["clippy"]; # Not supported, but integrated through rustaceanvim text = ["vale"];