AndCake

Results 18 comments of AndCake

I was able to get Julia's language server started using this technique on the latest master: ``` { "lsp.server": "julia=julia --project%3d@helix-lsp --startup-file%3dno --history-file%3dno -e using%20LanguageServer;%20runserver()" } ``` Please note that...

Can you try to use the latest master for this instead of the currently released version? The latest master has support for the URL encoding for commands in the settings....

I think a pager for alt+k might be a little disruptive to some since it would start a new process in the foreground and therefore hide the editor until the...

I added the closable bufpane for when you also have `lsp.autocompleteDetails` enabled. This bufpane will now only show up if that option is set to true and if the message...

Hi Zoxouu, You can try setting it up using the https://github.com/eclipse-jdtls/eclipse.jdt.ls package. On first look it seems like it would be fully supported but since it didn't test it with...

It looks to me like you are trying to Auto-Import items. Sadly, this particular functionality has not yet been implemented in this plugin. But the fact that you get error...

When you started micro with a .py file, can you check if the LSP server is actually started? It should show up in the list of processes.

Can you try using the latest version on the master branch for this? It's currently unreleased but should work better. Let me know if this works for you. Edit: is...