-
### 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), […
-
I get the following error with `imenu` when using say `markdown` or `org` files.
```
progn: jsonrpc-error: "request id=2 failed:", (jsonrpc-error-code . -32601), (jsonrpc-error-message . "Unhandl…
-
emacs 29.1 with stock eglot
FYI, epmd is running, though I have no idea how that would affect anything since I think eglot forks and communicates over stdio.
Several sqlite db's have been creat…
-
### Feature Description
Currently if I want to install a newer eglot/eldoc/erc than the one included in the emacs release, I have to remove `:ensure nil` from the `use-package` call, but then elpaca …
p00f updated
4 months ago
-
The rename package feature appears not to be working either in the CLI nor in Emacs+eglot:
```
xtools$ cat a/a.go
package a
xtools$ gopls rename -diff ./a/a.go:#9 b
--- /Users/adonovan/w/xto…
-
**Description**
My lsp server is running at `127.0.0.1:8888` so it doesn't have a name as such. Pet causes eglot initialization to fail because `pet-lookup-eglot-server-initialization-options` gets `…
garyo updated
23 hours ago
-
If the ```(global-treesit-auto-mode t)``` is set, opening a bash script would not enable the ```sh-mode```.
The reason for sh-mode to be enabled is its useful keybindings for various features it pr…
-
@jcs090218 I believe that this doesn't work when the `flymake` error takes multiple lines. Consider that I'm using `eglot` with the `haskell-language-server-wrapper` LSP server.
In particular looki…
-
I am using LanguageServer with eglot and a recent update (to something) has broken things. I had customized a lint variable thru eglot. Apparently eglot sends Nothings for unchanged options in the c…
-
I can't reproduce this on other project, including std.
But when I open the core library by goto defination on a type, it happens 100%
It is emacs process eating CPU, but with older RA, this nev…