Add lsp support to sh-mode.
This commit is contained in:
parent
b5a279311c
commit
3530f19ef5
2 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,7 @@ This module adds support for shell scripting languages.
|
|||
* Table of Contents :TOC:
|
||||
- [[#install][Install]]
|
||||
- [[#dependencies][Dependencies]]
|
||||
- [[#module-flags][Module Flags]]
|
||||
|
||||
* Install
|
||||
** Dependencies
|
||||
|
@ -17,3 +18,6 @@ This module has several soft dependencies:
|
|||
+ ~shellcheck~ Enables shell script linting.
|
||||
+ ~bashdb~ Enables debugging for bash scripts.
|
||||
+ ~zshdb~ Enables debugging for zsh scripts.
|
||||
+ ~bash-language-server~ Enables LSP support.
|
||||
** Module Flags
|
||||
+ ~+lsp~ to add support Language server protocol.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue