summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-18 02:26:23 -0500
committerseth <[email protected]>2023-12-18 02:26:23 -0500
commit482f6e7bca8047ec89829c10aec69b0f6b91e030 (patch)
tree569462f77439b19a4614d25dcc575b7d921ff69b /config
parent8faa242f21648e52a6bbdfa803fd4ea1b0e347e0 (diff)
efmls: make more packages externally managed
Diffstat (limited to 'config')
-rw-r--r--config/plugins/efmls.nix11
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 = {