Gabriel Volpe

Results 113 comments of Gabriel Volpe

I came with the intention to raise an issue about it but found this one from a year ago that still holds. The workaround suggested by @surgicalbanana worked for me,...

Hey @guizmaii , I'm great, thanks for doing this :) I'll review it shortly before I go on holidays!

Oh, the README file needs to be updated too. Specially references to package names such as `fs2.async`.

@guizmaii I forgot to mention that all the `http4s` examples are also part of the official examples (I submitted a PR long time ago) and can be found [here](https://github.com/http4s/http4s/tree/master/examples/blaze/src/main/scala/com/example/http4s/blaze/demo). I...

Hi, I see that `textDocument/codeAction` is implemented [here](https://github.com/autozimu/LanguageClient-neovim/blob/next/src/languageclient.rs#L930). I'm trying to get his to work with a Scala LSP server (scala metals) that [implements](https://github.com/scalameta/metals/blob/master/docs/new-editor.md#code-actions) the `remove unused imports` action. I'm...

Thanks, submitted #371

I'm trying to override the `scala` queries via `set_query`, but I get this error: ```console E5108: Error executing lua ...ed-0.7.2/share/nvim/runtime/lua/vim/treesitte r/query.lua:172: query: invalid node type at position 672 stack traceback:...

@theHamsta thanks. FWIW even the example from the README file also fails with the same error, so I don't think it's the specific Scala grammar (which only adds keywords to...

+1 to this. I found myself in the same situation and I think it's doable.

That's interesting. I wish I had the time to look further into this case and try to make it work.