Alan Warren
Alan Warren
Thanks for clarifying that. I would add this behavior isn't very intuitive since the user already has the directory selected.
> We also can make some changes: > > 1. Maybe we should expand the added folder by default. > > 2. Add a new setting and use the behavior...
There are a few ways to handle this. I use rvm, and this is what I do. I install solargraph from a shell that uses my default version of ruby....
> @chemzqm How do you install a global one when you have rvm installed, that would be great to know. If you are using rvm with a single version of...
Is it possible to rely on the 'useBundler' configuration setting in solargraph's defaults? It's false by default, but if the user sets this to true, they obviously intend on adding...
I've tried [Slotos](https://github.com/Slotos)'s suggestion, but I'm still unable to get solargraph to load the solargraph-rails plugin. I've confirmed the solargraph-rails gem is physically located in the same GEM_PATH as the...
> fantastic! Thanks so much for sharing.
I'm also experiencing this issue. It seems we cannot debug JS files with vite at the moment, which is a bit hard to believe. I'm curious if maybe I've just...
> I have created a plugin that automatically prefixes Ruby LSP server commands with `bundle exec`. https://github.com/mihyaeru21/nvim-lspconfig-bundler > > If many people want to use it, it might be a...
> @mihyaeru21 came here looking for exactly what your plugin offers, thanks for putting it together! seems to me it could be useful in nvim-lsp itself > > @AlanWarren do...