improve readme, remove comments about dependencies
This commit is contained in:
parent
032568e308
commit
110c2ffeb9
2 changed files with 3 additions and 4 deletions
|
@ -13,6 +13,8 @@ This module adds support for shell scripting languages.
|
|||
|
||||
* Install
|
||||
** Dependencies
|
||||
This module has one soft dependency:
|
||||
This module has several soft dependencies:
|
||||
|
||||
+ ~shellcheck~ Enables shell script linting.
|
||||
+ ~bashdb~ Enables debugging for bash scripts.
|
||||
+ ~zshdb~ Enables debugging for zsh scripts.
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/sh/packages.el
|
||||
|
||||
;; requires shellcheck
|
||||
;; optional: zshdb bashdb
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-shell))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue