mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 02:27:30 -07:00
Mention Bash LSP integration in the README
This commit is contained in:
parent
ca65071d77
commit
92cb61cc8d
1 changed files with 4 additions and 1 deletions
|
@ -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):
|
||||
|
||||
.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue