diff options
| author | seth <[email protected]> | 2023-12-18 02:26:23 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-18 02:26:23 -0500 |
| commit | 482f6e7bca8047ec89829c10aec69b0f6b91e030 (patch) | |
| tree | 569462f77439b19a4614d25dcc575b7d921ff69b | |
| parent | 8faa242f21648e52a6bbdfa803fd4ea1b0e347e0 (diff) | |
efmls: make more packages externally managed
| -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 = { |
