Skip to content

Commit dd74507

Browse files
committed
Update README
1 parent 3e3774e commit dd74507

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Bash Language Server
22

3-
Bash language server implementation based on [Tree Sitter][tree-sitter] and its [grammar for Bash][tree-sitter-bash]
4-
with [explainshell][explainshell] integration.
3+
Bash language server implementation based on [Tree Sitter][tree-sitter] and its [grammar for Bash][tree-sitter-bash] and supports [explainshell][explainshell] and [shellcheck][shellcheck].
4+
5+
We strongly recommend that you install [shellcheck][shellcheck] to enable linting: https://github.com/koalaman/shellcheck#installing
56

67
## Features
78

@@ -135,6 +136,7 @@ Please see [docs/development-guide][dev-guide] for more information.
135136
[ide-bash]: https://atom.io/packages/ide-bash
136137
[sublime-text-lsp]: https://packagecontrol.io/packages/LSP-bash
137138
[explainshell]: https://explainshell.com/
139+
[shellcheck]: https://www.shellcheck.net/
138140
[languageclient-neovim]: https://github.com/autozimu/LanguageClient-neovim
139141
[nvim-lspconfig]: https://github.com/neovim/nvim-lspconfig
140142
[vim-lsp]: https://github.com/prabirshrestha/vim-lsp

0 commit comments

Comments
 (0)