From db218cf60f8e76a3d0a84bdccb03fbc709f5ae89 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Sun, 4 May 2025 17:03:20 +0800 Subject: [PATCH] fix --- .chezmoiexternal.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml index 3b51721..d744988 100644 --- a/.chezmoiexternal.toml +++ b/.chezmoiexternal.toml @@ -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/download/{{ $nvimVersion }}/nvim-{{ .chezmoi.os }}-x86_64.tar.gz" exact = true stripComponents = 1 path = "nvim-linux-x86_64"