Cameron
Cameron
Another use case to consider for this is when lining up equal signs: ```lua { foo_bar = { a = 10, b = 2 }, fo_br = { a =...
If its of any help, I wrote an LSP plugin for Solargraph (ruby lsp) that provides realtime line-by-line coverage: https://github.com/deepdivr/solargraph_test_coverage Might serve as inspiration.
Just thinking, with this you could shell out to an app that will render the graphic, then display it in a float/split term buffer https://github.com/edluffy/hologram.nvim
Ha! Nice. That seems like a reasonable approach :)
Seconded, thirded, fourthed. Been reading though the source code for this. Trying to search for a _single word_ via `:Farf` in my modest rails app takes, and I'm not exaggerating,...
I don't know if it's of any use, but I implemented a way to construct range-edits out of document returned by rubocop in lua (for neovim). This is a snippet...
This seems more like an issue with the vim plugin than solargraph, but if you wanted to force it to use a single instance, you could run the solargraph server...
The package "blocky" is working with this functionality as of April 2019.
Since you're on 0.10, can you try the `nightly` branch to see if the issue still occurs? :) And when you have a chance, can you capture the output of...
I've got some ideas for this - might be able to get to it soon.