doomemacs/modules/lang/sh
Henrik Lissner a9402cfb55
Fix #2373: bring back package pinning
This needs some serious refactoring...
2020-01-25 19:02:00 -05:00
..
autoload.el
config.el
doctor.el
packages.el
README.org

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