-
### Code editor
Emacs
### Platform
Void Linux
### Version
5.0.0
### What steps will reproduce the bug?
bash-language-server doesn't disable snippet candidates for completion with …
-
I've been trying to use `basedpyright` (version `1.21.1`), but I cannot configure any of the `analysis` settings. I'm using `eglot` and this is the result of `eglot-show-workspace-configuration`:
`…
-
Thank you for creating flymake-collection! I use it together with Eglot to fill the gaps left by the LSP server (e.g., running ESLint along `typescript-language-server`). However, doing so is a little…
-
Hello.
Great project.
Just wondering, since Eglot is basically standard Emacs LSP client, and I use it a lot, can Eglot also be used?
-
I prefer to use the eglot language server implementation over `lsp-mode`. It would be nice to have an option to set which language server to use, or to make the mode independent of the language server…
-
Citre mode will overwrite `imenu-create-index-function` when `citre-enable-imenu-integration` is `t`.
However, this might create problem if the user also has other imenu backend, e.g. `eglot-imenu`…
-
According to docs elixir 1.17 and otp 27 should be supported now.
Thanks for the work on that, very much appreciated.
I am facing a problem though. Maybe I am just missing something stupid.
I u…
-
### Describe the bug
The `details` value of completion items from the language server seems to be duplicated into the `label` field. This causes issues with some editors, notably Emacs, using Eglot f…
-
Sometimes (It is common), eglot does find the crate root and indexes it, but then if I jump using find defienation or something else, reports no defination found by LSP.
When that occures, it seems …
-
Depending on the current cursor position, eglot assumes that it is in either svelte-mode, javascript-mode or css-mode
Would there be a possibility, that svelte mode would report to eglot always as …