How to disable plugin autostart, and launch it on demand using 'RustAnalyzer start' #226
Answered
by
mrcjkb
mateuszaaa
asked this question in
Q&A
|
Hello, great work guys! Is it possible to not start lsp by default but rather manually with |
Answered by
mrcjkb
Feb 12, 2024
Replies: 1 comment 2 replies
|
Hey 👋 There are two ways you can achieve this.
To start rust-analyzer manually, use the |
2 replies
Answer selected by
mrcjkb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey 👋
There are two ways you can achieve this.
server.auto_attachoption tofalse(see advanced configuration).To start rust-analyzer manually, use the
:RustAnalyzer startcommand.