Mercurial > dotfiles
view .chezmoi.toml.tmpl @ 323:3b25f3aa7014
Use efm folders to store efm configuration per language
To add a language configuration:
- create a file under lua/efm/<filetype>.lua
- require the langauges table from efm/languages
- add the configuration
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 21 Dec 2020 17:16:16 +0100 |
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 }}"