Mercurial > dotfiles
view .chezmoi.toml.tmpl @ 306:43ee619a8657
Update to use lspconfig
nvim-lsp has updated the package name to lspconfig
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 23 Nov 2020 16:18:32 +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 }}"