|
|
|
@ -2,13 +2,28 @@
|
|
|
|
|
#{{- /* vim: set filetype=toml: */ -}}
|
|
|
|
|
[".local/share/nvim/lazy/lazy.nvim"]
|
|
|
|
|
type = "archive"
|
|
|
|
|
url = "https://github.com/folke/lazy.nvim/archive/refs/tags/v10.20.3.tar.gz"
|
|
|
|
|
url = "https://github.com/folke/lazy.nvim/archive/refs/tags/v10.23.0.tar.gz"
|
|
|
|
|
exact = true
|
|
|
|
|
stripComponents = 1
|
|
|
|
|
|
|
|
|
|
#{{ if eq .chezmoi.os "linux" }}
|
|
|
|
|
[".local/share/fonts/BitstreamVeraSansMono"]
|
|
|
|
|
type = "archive"
|
|
|
|
|
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/BitstreamVeraSansMono.zip"
|
|
|
|
|
exact = true
|
|
|
|
|
|
|
|
|
|
[".local/share/fonts/IBMPlexMono"]
|
|
|
|
|
type = "archive"
|
|
|
|
|
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/IBMPlexMono.zip"
|
|
|
|
|
exact = true
|
|
|
|
|
|
|
|
|
|
[".local/share/fonts/JetBrainsMono"]
|
|
|
|
|
type = "archive"
|
|
|
|
|
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/JetBrainsMono.zip"
|
|
|
|
|
exact = true
|
|
|
|
|
|
|
|
|
|
[".local/bin/nvim.appimage"]
|
|
|
|
|
type = "file"
|
|
|
|
|
url = "https://github.com/neovim/neovim/releases/download/v0.9.5/nvim.appimage"
|
|
|
|
|
url = "https://github.com/neovim/neovim/releases/download/v0.10.0/nvim.appimage"
|
|
|
|
|
executable = true
|
|
|
|
|
#{{ end }}
|
|
|
|
|