.chezmoiexternal.toml nvim
This commit is contained in:
parent
6638686cfe
commit
05dfc9cc6d
@ -25,6 +25,25 @@
|
|||||||
path = "./eza"
|
path = "./eza"
|
||||||
|
|
||||||
{{/* 手動安裝 neovim */ -}}
|
{{/* 手動安裝 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 */ -}}
|
{{/* 手動安裝 zsh */ -}}
|
||||||
{{/* 手動安裝 lazygit */ -}}
|
{{/* 手動安裝 lazygit */ -}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user