Mercurial > dotfiles
view .chezmoi.toml.tmpl @ 287:7168baf3c352
treesitter: highlight definitions/uses of the variable under the cursor
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 08 Sep 2020 10:26:52 +0200 |
parents | d726921aaabe |
children | 6503de68af7b |
line wrap: on
line source
{{- $email := promptString "email" -}} {{- $name := promptString "name" -}} {{- $signingkey := promptString "gpg key" -}} [data] email = "{{ $email }}" name = "{{ $name }}" signingkey = "{{ $signingkey }}"