diff options
Diffstat (limited to 'config/plugins')
| -rw-r--r-- | config/plugins/efmls.nix | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/config/plugins/efmls.nix b/config/plugins/efmls.nix index b4740ac..3d543a7 100644 --- a/config/plugins/efmls.nix +++ b/config/plugins/efmls.nix @@ -7,7 +7,16 @@ efmls-configs = { enable = true; - externallyManagedPackages = ["prettier_eslint"]; + externallyManagedPackages = [ + "eslintd" + "isort" + "mypy" + "prettierd" + "prettier_eslint" + "pylint" + "ruff" + "rustfmt" + ]; setup = { all = { |
