.chezmoiexternal.toml nvim

This commit is contained in:
Yuan Chiu 2025-05-04 17:34:30 +08:00
parent 6638686cfe
commit 05dfc9cc6d

View File

@ -25,6 +25,25 @@
path = "./eza"
{{/* neovim */ -}}
{{ $nvimVersion := "v0.11.1" -}}
[".local/bin/nvim"]
type = "archive-file"
url = "https://github.com/neovim/neovim/releases/download/{{ $nvimVersion }}/nvim-{{ .chezmoi.os }}-x86_64.tar.gz"
stripComponents = 1
path = "bin/nvim"
[".local/lib/nvim"]
type = "archive"
url = "https://github.com/neovim/neovim/releases/download/{{ $nvimVersion }}/nvim-{{ .chezmoi.os }}-x86_64.tar.gz"
exact = true
stripComponents = 1
include = ["lib/nvim/**"]
[".local/share/nvim"]
type = "archive"
url = "https://github.com/neovim/neovim/releases/download/{{ $nvimVersion }}/nvim-{{ .chezmoi.os }}-x86_64.tar.gz"
exact = true
stripComponents = 1
include = ["share/nvim/**"]
{{/* zsh */ -}}
{{/* lazygit */ -}}
{{ end }}