-
-
Notifications
You must be signed in to change notification settings - Fork 157
Standalone file support #25
Comments
Support for that may be a little preliminary at the moment: For now, the list of files r-a considers standalone has to be supplied at LSP server start. This implies a LSP server restart whenever a new standalone file is being opened in a buffer. This behavior is subject to change soon, but for now it is what it is 🤷 |
This works as expected but please let me know if there any problems, it might be a bit wonky |
As of now, the language server will start automatically if you open a rust file directly (nvim abc.rs), but you can manually start it for a buffer with the |
For me the default lsp handlers are used instead of the overriden ones on standalone files (hover, diagnostics, signature help) |
@p00f can you try again now? it seems to work fine for me |
Yes, thanks |
It seems |
Should work now |
I wonder if standalone file support 1 could be supported with this plugin or if that's the work of another plugin like lsp-config.
The text was updated successfully, but these errors were encountered: