Mention Bash LSP integration in the README

This commit is contained in:
Imbolc 2024-09-03 11:20:07 +06:00 committed by GitHub
commit 92cb61cc8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,10 @@ Run `shellcheck yourscript` in your terminal for instant output, as seen above.
You can see ShellCheck suggestions directly in a variety of editors.
* Vim, through [ALE](https://github.com/w0rp/ale), [Neomake](https://github.com/neomake/neomake), or [Syntastic](https://github.com/scrooloose/syntastic):
* Vim / Neovim, through
[Bash Language Server](https://github.com/bash-lsp/bash-language-server),
[ALE](https://github.com/w0rp/ale), [Neomake](https://github.com/neomake/neomake),
or [Syntastic](https://github.com/scrooloose/syntastic):
![Screenshot of Vim showing inlined shellcheck feedback](doc/vim-syntastic.png).