David Marchante
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:  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