spacemacs/layers/+lang/dhall
Rodolfo Hansen 02ff6cd4db
[dhall] Add lsp support (#14139)
* Make showing the treeview in scala a config parameter
* Add dhall lsp server integration
2020-11-16 23:20:10 +01:00
..
img
packages.el [dhall] Add lsp support (#14139) 2020-11-16 23:20:10 +01:00
README.org Switch to the new layers generator 2019-05-15 21:08:21 +03:00

Dhall layer

/TakeV/spacemacs/media/commit/2d1d338f46869b4490e9a3785ee7ab1d80f13406/layers/+lang/dhall/img/dhall-logo.png

Description

This layer adds support for the Dhall Configuration Language, a non-repetitive alternate to YAML.

Features:

  • Syntax highlighting for .dhall source files
  • Automatic buffer reformatting on save (configurable)
  • Type error display in side-buffer

Note: You will need a dhall binary on your PATH. Official releases can be found here.

Install

Layer

To use this configuration layer, add it to your ~/.spacemacs. You will need to add dhall to the existing dotspacemacs-configuration-layers list in this file.