-
I added the following json in langserver
{
"name": "lake",
"languageId": "lean",
"command": [
"lake",
"serve"
],
"settings": {}
}
and followed the introductions at the …
-
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 confirm that...
- [x] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq), […
-
### Thank you for the bug report
- [X] I am using the latest version of `lsp-mode` related packages.
- [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https:…
-
The help, for R, is displayed in alternating color blocks. This is jarring; for instance, this is how it looks using modus-operandi.
![mo1](https://github.com/user-attachments/assets/97da625b-a10c…
-
[`lsp-ai`](https://github.com/SilasMarvin/lsp-ai) a new lsp server that aims to provide copilot-like FIM & completion for lsp.
Please consider adding support for this server to ease its integratio…
-
Ideally, I'm looking for a `shell-mode` experience inside emacs that leverages [powershell-ts-mode](https://github.com/dmille56/powershell-ts-mode) for syntax highlighting user input at the prompt and…
gtusr updated
2 months ago
-
**Describe the bug**
I have been working on integrating rascal support into Emacs. I use emacs-lsp for this task, as it is the defacto implementation of an LSP client for Emacs.
The client sends…
-
config:
* emacs 29.4
* latest version for doom emacs
* ruff-lsp 0.0.55
doomemacs config:
```elisp
tools: lsp
(python +lsp)
```
while typing mini buffer returns following error:
```
…
-
![Screenshot from 2024-09-16 09-49-53](https://github.com/user-attachments/assets/8f8c5ef0-fab3-413f-80d5-3fa947b1b448)
I'm encountering an issue where the `flycheck` creates a host of errors that …