Skip to main content

Questions tagged [eglot]

1 vote
1 answer
134 views

I’m trying to set up Emacs 30.2 with the following packages: Eglot (built-in) for LSP Corfu for completion UI Cape for multiple completion sources Yasnippet for snippets Eldoc + Eldoc-box for hover ...
kay's user avatar
  • 45
1 vote
1 answer
173 views

The Eglot manual recommends inspecting eglot-server-programs to see the pre-configured programs. This is not as useful as it could be, because a lot of them are hidden behind compiled functions. For ...
l0b0's user avatar
  • 150
0 votes
0 answers
30 views

I switched recently to Emacs from using Helix and neovim. I have setup my emacs for rust development environment using rustic-mode. When I do new module Declaration in rust and do code actions on the ...
Praveen Kumar's user avatar
3 votes
0 answers
183 views

I'm using GNU Emacs 30.1 on GNU/Linux with standard eglot and working with C++ code using clangd 20.1.4 as the LSP server. Up until a short while ago (a month or two maybe? Not sure) when I put point ...
MadScientist's user avatar
0 votes
0 answers
174 views

I have two issues related to my configuration, but I don’t know what I’m doing wrong. For my eglot config : ;; eglot mode (use-package eglot :ensure t :defer t :preface (defun mp-eglot-eldoc ()...
Louis's user avatar
  • 103
0 votes
1 answer
121 views

I have eglot installed with emacs 26.3 on the ubuntu-20.04 wsl. I am working with some Haskell files and using the haskell language server 2.9.0.1. Eglot is able to connect to the haskell language ...
IsAdisplayName's user avatar
2 votes
0 answers
80 views

I can't quite explain what's happening, but I'm getting a segfault with the following backtrace (consistently, only the 0x… values change) when I've been editing a C++ file with the clangd lsp-server ...
neri's user avatar
  • 83
0 votes
0 answers
346 views

When trying to connect to clangd through eglot, I failed to find a lot of symbols. When inspecting the eglot/clangd communication with eglot-events-buffer I saw the following error message: [stderr] I[...
Dov Grobgeld's user avatar

15 30 50 per page