emacs-lsp-booster
emacs-lsp-booster copied to clipboard
Emacs LSP performance booster
Many thanks for this package! Was wondering what happened to the JSON RPC improvements that the LSP folks demoed! I'm trying to use this with lsp-java and I'm not seeing...
Thanks for the project!! Very cool. I noticed some failing clippy lints and thought I'd send them upstream. I also applied cargo fmt to the repo. They're in separate commits...
https://github.com/manateelazycat/lsp-bridge is another external service for speeding up LSP in Emacs. (Or rather, it is a whole separate LSP client -- ala eglot or lsp-mode -- but one which utilises...
It would be nice if the `emacs-lsp-booster` process could optionally log some of its own benchmarks, e.g. if a `--benchmark` flag is passed, or with a special build flag (maybe...
This way it can be installed as `cargo install emacs-lsp-booster`.
Hi, I'm trying this out with https://github.com/fivetran/dbt-language-server but I'm getting the following error. If I disable `emacs-lsp-booster` things work fine. Let me know what info I can provide. Thanks! ```...
After [Emacs 30 introduced a new JSON parser](https://www.emacswiki.org/emacs/EmacsThirtyHighlights#h5o-2) I was wondering if the first problem is still relevant, and how faster the parsing might be.
Some servers are intended to be "add-ons", providing only certain features and expecting other servers to provide the rest. A classic combination is e.g. `pyright + ruff-lsp`. Juggling multiple servers...
Hi, thanks for the great project. The tailwindcss lsp server works under lsp-mode with emacs-lsp-booster when using the `--disable-bytecode` flag. However when attempting to use with bytecode conversion enabled, I'm...
Hi, Thanks so much for this awsome project, it works well with all language servers along with `eglot`, except for python project with virtual environment in my case. I used...