Andrew Spaulding
Andrew Spaulding
I'm not convinced this patch is actually necessary. AFAIK, the current version is behaving as the documentation says: - If the server specifies omnicompl, that is used - If the...
The omniComplete/autoComplete decision for a server is made inside of LspAddServer(). If that function is called before LspOptionsSet(), then the default settings will be used when the server doesn't specify...
Is it still the case that these libraries aren't supposed to be shipped? The latest AppImage (9.1.0071) seems to include lua, python2, ruby, and perl in its library folder. ...
I just want to add that this issue makes it impossible to create a memoryview from a pointer+size in pure python. The workaround that I use is to have an...
I would also like to be able to stop the server. Sometimes, especially when starting a new C project, I don't have all the necessary LSP stuff set up, so...
I tried it and it works perfectly, thanks!