Gabor Pihaj
Gabor Pihaj
+1 for the monadic features, it would be more idiomatic and easier to integrate.
Ahh, sorry forgot that we can get extra logs with `-v`, so here they are: ``` 2022-09-13T09:55:37.019 helix_view::clipboard [INFO] Using pbcopy+pbpaste to interact with the system clipboard 2022-09-13T09:55:41.210 helix_lsp::transport [INFO]...
> As a workaround you can specify a config for the lsp in the languaguages.toml. Example: > > ``` > [[language]] > name = "scala" > scope = "source.scala" >...
Can I take this one? I'd be happy if could contribute to this project... :)
@ChristopherDavenport I've opened the first PR and I am happy to discuss it.
I did some investigations regarding the status of the different middlewares and this is what I found: ``` | Middleware | httpRoutes | httpApp | completion | notes | |---------------------+------------+-----------------+------------+---------------------------------------------------------|...
Thanks for the update!
I am trying to make things work using a minimal config, my `helix.scm` looks like this: ```scheme (require (prefix-in helix. "helix/commands.scm")) (require (prefix-in helix.static. "helix/static.scm")) (provide open-helix-scm) ;;@doc ;; Open...
> > ``` > (define (open-helix-scm) > (helix.open (helix.static.get-helix-scm-path))) ;;
I think I ran into the same issue... Bloop compile very slow (both from Metals and from cli) and the process' memory usage goes up to 12GB (I guess that's...