documentation formatting: Tue Dec 3 20:31:20 UTC 2019

This commit is contained in:
emacspace 2019-12-03 20:31:20 +00:00 committed by Maximilian Wolff
parent e6997638e7
commit eb9de01a36
No known key found for this signature in database
GPG key ID: 2DD07025BFDBD89A
2 changed files with 4 additions and 0 deletions

View file

@ -39,6 +39,7 @@ You will also need the native package [[https://www.docker.com/][Docker]] for th
For syntax checking the external library [[https://github.com/hadolint/hadolint][hadolint]] is necessary.
It can either be downloaded from [[https://github.com/hadolint/hadolint/releases/latest][=here=]] or
build locally with stack as shown below:
#+BEGIN_SRC sh
stack install hadolint
#+END_SRC
@ -47,6 +48,7 @@ build locally with stack as shown below:
This layer can be enhanced with [[https://github.com/rcjsuen/dockerfile-language-server-nodejs][=dockerfile-language-server-nodejs=]] and emacs
[[https://github.com/emacs-lsp/lsp-mode][=lsp-mode=]] to provide richer, IDE-like capabilities.
To do so set the layer variable =docker-dockerfile-backend= to =lsp= like shown below:
#+BEGIN_SRC emacs-lisp
(setq-default dotspacemacs-configuration-layers
'((docker :variables docker-dockerfile-backend 'lsp)))
@ -54,6 +56,7 @@ To do so set the layer variable =docker-dockerfile-backend= to =lsp= like shown
In addition you need to install the lsp server's executable in your system.
This can be done via npm:
#+BEGIN_SRC sh
npm i -g dockerfile-language-server-nodejs
#+END_SRC

View file

@ -2579,6 +2579,7 @@ Features:
- =Docker= container and image management via [[https://github.com/Silex/docker.el][docker.el]]
- =docker-compose= integration via [[https://github.com/Silex/docker.el][docker.el]]
- Syntax checking via [[https://github.com/hadolint/hadolint][hadolint]]
- Code-Completion via =company-lsp=
** Fasd
[[file:+tools/fasd/README.org][+tools/fasd/README.org]]