David Garcia

Results 32 comments of David Garcia

If using `bundle` is a option: ``` ❯ bundle info solargraph Could not find gem 'solargraph'. ❯ echo $status 7 ❯ bundle info colorize # some other gem that is...

> * do you have `solargraph` installed and available on path? > * use `lvim.log.level = "debug"` (requires a restart) and try again > > this already works for me...

Looks to me like `get_server` returns false only if the server doesn't exist [at all](`https://github.com/williamboman/nvim-lsp-installer/blob/c2adbc87a070bedc7df10fdfbdc5d1ae6376d627/lua/nvim-lsp-installer/servers/init.lua#L230) within lsp-installer. But it returns true if it exists, even if it's not managed. This...

Not by default, but in case the shell is fish On Sun, Nov 21, 2021, 17:35 kylo252 ***@***.***> wrote: > I'm not sure if I follow, do you mean that...

Thanks for the snippet. I know how to fix it for myself but I think it's a sensible default that everyone using fish probably wants, that's why I thought it...

hi! There hasn't been any answer in some months and this effectively makes indentation unusable, is there any plan to fix it? I don't think one can really stick to...

I didn't think about using ``, that's quite a useful trick! Rather than implementing a feature, maybe it'd be nice to mention this in some part of the documentation? The...

The cops don't appear in the diagnostics, but that might have to do with my vim configuration. The formatter still doesn't seem to accept the `--config` flag, it formats based...

This is a quite necessary for those who generate open API documentation first and then import it to postman. Is there some reason not to implement it? 😢