You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dot-files/.chezmoiexternal.toml.tmpl

15 lines
455 B
Cheetah

# chezmoi:template:left-delimiter=#{{
#{{- /* vim: set filetype=toml: */ -}}
[".local/share/nvim/lazy/lazy.nvim"]
type = "archive"
url = "https://github.com/folke/lazy.nvim/archive/refs/tags/v10.15.1.tar.gz"
exact = true
stripComponents = 1
#{{ if eq .chezmoi.os "linux" }}
[".local/bin/nvim.appimage"]
type = "file"
url = "https://github.com/neovim/neovim/releases/download/v0.9.4/nvim.appimage"
executable = true
#{{ end }}