doomemacs/modules/lang/sh/README.org

24 lines
627 B
Org Mode
Raw Normal View History

2017-08-21 20:12:25 +02:00
#+TITLE: :lang sh
This module adds support for shell scripting languages.
+ Code completion (company-shell)
+ Syntax Checking (flycheck)
2019-05-04 08:26:13 +02:00
+ Added variable interpolation fontification
2017-08-21 20:12:25 +02:00
* Table of Contents :TOC:
- [[#install][Install]]
- [[#dependencies][Dependencies]]
2020-01-07 14:50:13 +02:00
- [[#module-flags][Module Flags]]
2017-08-21 20:12:25 +02:00
* Install
2019-04-23 19:28:41 +02:00
** Dependencies
This module has several soft dependencies:
2019-04-23 19:28:41 +02:00
+ ~shellcheck~ Enables shell script linting.
+ ~bashdb~ Enables debugging for bash scripts.
+ ~zshdb~ Enables debugging for zsh scripts.
2020-01-07 14:50:13 +02:00
+ ~bash-language-server~ Enables LSP support.
** Module Flags
+ ~+lsp~ to add support Language server protocol.