Skip to content

Commit

Permalink
Disable eldoc for performance reasons.
Browse files Browse the repository at this point in the history
  • Loading branch information
luluman committed Nov 25, 2024
1 parent b2556fc commit 5d475ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configuration.org
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,8 @@ Emacs Polyglot: an Emacs LSP client that stays out of your way.
(eglot-extend-to-xref t)
(eglot-sync-connect nil)
:config
(add-to-list 'eglot-stay-out-of 'eldoc)

(my/test-then-add-eglot '(c-or-c++-mode c-mode c++-mode c++-ts-mode c-ts-mode) "clangd")
(my/test-then-add-eglot '(python-mode python-ts-mode) "pyright-langserver" "--stdio")
(my/test-then-add-eglot '(LaTeX-mode tex-mode context-mode texinfo-mode bibtex-mode) "texlab")
Expand Down

0 comments on commit 5d475ee

Please sign in to comment.