marcos ferreira

Results 8 comments of marcos ferreira

Hi @dav-dev! I tried to make this patch as small as possible to increase the probability of being merged (easier to review, no big changes, etc). Let's first hear what...

one question, how did you got the identiifer? thnks btw! this saved me

Thanks! :smile:

Great! I'll in the next following days: 1. Add support for the `version` argument to language server installer scripts that install a specific version (and check if it could work...

> I think this is good. But I wonder some installers always install latest version. What should do in this PR for them. The only case where I see that...

Maybe an alternative would be to always try and install the `latest` lsp server instead of having to support custom versions. For example, my use case used to be that...

Hey folks, thank you so much for the investigation and interest. It's been a while since I've last touched this PR and I have stopped using `fzf.vim` ever since 😞...

@fxn I would only add a check for `Rails::Version::MAJOR >= "6"` so it does not break on older versions of Rails where the method `zeitwerk_enabled?` does not exist, wdyt?