From 92cb61cc8d9ab1ca9bd4462336cc62b5679634a0 Mon Sep 17 00:00:00 2001 From: Imbolc Date: Tue, 3 Sep 2024 11:20:07 +0600 Subject: [PATCH] Mention Bash LSP integration in the README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c200a3e..9751b43 100644 --- a/README.md +++ b/README.md @@ -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).