David Marchante

Results 20 comments of David Marchante

Oh, sorry then! I discovered this plugin (and Hyperterm) yesterday so I thought I was doing something wrong.

It's _very_ slow...

Maybe it's my environment, as I have several rails/ruby projects in my machine, but solargraph is incredibly slow with LanguageClient for me

Does `:UpdateRemotePlugins` solve anything?

But solargraph is used by other editors for autocompletion and neovim client is used by other plugins in neovim. `deoplete-solargraph.py` is only used by this plugin, that's why I find...

Me too, this used to work for me with the `extends jsx` fix

We've been using the following instead of `RablRails::Renderer.render`: ```rb ApplicationController.render( template: 'api/v1/users/stats', assigns: { user: @user } ) ```

It seems to consistently crash trying to diff on the same file for me, if that helps: ![Screen Shot 2022-05-16 at 08 16 21](https://user-images.githubusercontent.com/6660202/168590486-c7b8f9c7-c22f-4c65-9c1d-0fef365e2d08.png) The second I try to see...

No problem, I understand. Thanks for the heads up!

Seems related to the 24-bit color option? ```yml git: paging: colorArg: always pager: delta --dark --paging=never --true-color=never ``` Seems to work