Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.16 KB

README.org

File metadata and controls

34 lines (26 loc) · 1.16 KB

jsonnet layer

img/jsonnet.png

Table of Contents

Description

This layer provides support for Jsonnet template provided by jsonnet-mode.

Features:

  • syntax highlighting
  • buffer formatting
  • jump to definition
  • buffer evaluation

Install

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

To use some of the additional formatting and evaluation features, you’ll need the jsonnet binary

Key bindings

Key bindingDescription
SPC m =format the buffer using `jsonnet fmt`
SPC m g gjump to the definition of a given identifier
SPC m s bshow the result of running jsonnet on the current buffer