César Enrique Ramírez

Results 31 comments of César Enrique Ramírez

Hey! Sure I'll give it a try this afternoon :)

Hey, Sorry that I didn't answer back 😅 Yes, I tried this, and no, it doesn't fix mi issue, but that's ok. I've realized that what I wanted to do...

referenced documentation is unclear. Eg: ``` --mode (type: mode) ``` What are the posible values for type `mode`?

now that statuscolumn is implemented in neovim v0.9 this feature would be interesting :)

This seems to work: ```scala //> using toolkit typelevel:0.1.25 //> using dep io.circe::circe-literal::0.14.6 //> using scala 3.3.3 import io.circe.literal._ val value = 5 val json = json"""{ "a": ${s"something with...

Could https://github.com/scalameta/metals/pull/5033 be used to implement the desired behavior described here??

Yes, sorry, I'll give more context I'm using Sbt and I'm trying to integrate test results with Neovim. What this means for me is being able to filter failing tests,...

Thank you, that's really useful. I'll read up on those links :) It really is a bit sad that things are like this for something as ubiquitous as git support.

Hi @tgodzik ! > What kind of error show up? the main thing is that I get lots of compilation errors in the metals log, while sbt on its own...

yes, both `sbt "clean; compile"` and even just `sbt compile` in the root of the project work just fine without any errors