diff --git a/README.org b/README.org index 869d1f7..24bc0e4 100644 --- a/README.org +++ b/README.org @@ -1325,11 +1325,7 @@ Configure email with iCalendar event support, to integrate with ("C-c c a" . eglot-code-actions) ("C-c c r" . eglot-rename)) :hook ((eglot-managed-mode . (lambda () (add-hook 'flymake-diagnostic-functions 'eglot-flymake-backend nil t))) - (nix-mode . (lambda () (if (executable-find "nixd" t) (eglot-ensure)))) - (python-base-mode . (lambda () (if (executable-find "pylsp" t) (eglot-ensure)))) - (lua-mode . (lambda () (if (executable-find "lua-language-server" t) (eglot-ensure)))) - ((rust-ts-mode rust-mode) . (lambda () (if (executable-find "rust-analyzer" t) (eglot-ensure)))) - ((js-base-mode typescript-ts-base-mode) . (lambda () (if (executable-find "typescript-language-server" t) (eglot-ensure))))) + (nix-mode . (lambda () (if (executable-find "nixd" t) (eglot-ensure))))) :custom (eglot-menu-string "lsp") (eglot-send-changes-idle-time 0.5)