Results 64 comments of Jorenar

Hi @alifhughes! Since it was over three years since the report, could you please verify if the issue still appears?

`sonarlint-ls` ain't so simple to handle. Although it took me way longer that I would like, I've managed to [make it somewhat work](https://github.com/Jorengarenar/dotfiles/commit/3a574bec6fa4794e5973b8c5232aca4b5b1a47ae) with [vim-lsp](https://github.com/prabirshrestha/vim-lsp) (+ [vim-lsp-ale](https://github.com/rhysd/vim-lsp-ale) of course :smile:)....

Hmm, if it indeed enough to fix the issue, I think you should very well send a PR :+1:

> Because the formatting came out weird From what I see you've wrapped your code in single back-tics (i.e. inline code markers). You can fix it by either prepending every...

Hi! Thanks for the PR, but yeah... I think I'd rather like to keep my personal configs fully personal

At the moment, it's not possible, I'm afraid. I was experimenting with something like that, but deemed it not worth the effort at the time. On the other hand, it's...

I think you wanted to request it in [mattn/vim-lsp-settings](https://github.com/mattn/vim-lsp-settings)

I see you have RES installed, does the same happen when RES is disabled?

@KaKi87 Although I'm not using Reddit too much anymore, if I ever find time and motivation to actively update the code, there's high chance I'll remember to check how it...

Isn't `getopt` broken everywhere outside Linux? (https://mywiki.wooledge.org/ComplexOptionParsing) I've actually came across this issue, because I was wondering how to make ShellCheck **warn against** use of `getopt`