This commit is contained in:
Yuan Chiu 2025-05-04 17:01:06 +08:00
parent 437eeec224
commit e5db8c503b

View File

@ -28,7 +28,7 @@
{{ $nvimVersion := "v0.11.1" -}}
[".local"]
type = "archive"
url = "https://github.com/neovim/neovim/releases/{{ $nvimVersion }}download/nvim-{{ .chezmoi.os }}-x86_64.tar.gz"
url = "https://github.com/neovim/neovim/releases/{{ $nvimVersion }}/download/nvim-{{ .chezmoi.os }}-x86_64.tar.gz"
exact = true
stripComponents = 1
path = "nvim-linux-x86_64"