Update home/.chezmoiscripts/30-install-lvim.sh
Update home/.chezmoiscripts/onchange_10-install-packages.sh Update home/.zshenv
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
# include lib
|
||||
. ${CHEZMOI_WORKING_TREE}/scripts/utils.sh
|
||||
. ${HOME}/.asdf/asdf.sh
|
||||
|
||||
# LVim version
|
||||
lvim_version="1.4"
|
||||
|
||||
|
||||
{{- if (and (ne .hasNVim false) (ne .hasLVim false)) }}
|
||||
|
||||
log "Begin LVim installation"
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
# args
|
||||
args="--base --zsh"
|
||||
|
||||
|
||||
{{- if (ne .hasNVim false) }}
|
||||
args="${args} --nvim"
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user