Files
doomemacs/modules/lang/sh
M. Yas. Davoodeh 60f8cc7f8a Add pretty-symbols for Shell-mode (#3538)
* Add pretty-symbols for Shell-mode

* Sort sh/config.el
2020-07-13 17:18:06 -04:00
..
2019-10-04 22:04:47 -04:00

lang/sh

Description

This module adds support for shell scripting languages.

  • Code completion (company-shell)
  • Syntax Checking (flycheck)

Module Flags

  • +lsp Enables LSP support for sh-mode. This requires the :tools lsp module to be enabled and bash-language-server to be installed on your system.
  • +fish Add syntax highlighting for fish script files.

Plugins

Hacks

  • Interpolated variables are fontified.

Prerequisites

This module has several optional dependencies:

  • shellcheck: Enables advanced shell script linting.
  • bash-language-server: Enables LSP support (with +lsp flag).
  • With the :tools debugger module

    • bashdb: Enables debugging for bash scripts
    • zshdb: Enables debugging for zsh scripts

TODO Features

TODO Configuration

TODO Troubleshooting