Up.
This commit is contained in:
parent
f6efca8ac4
commit
1bd8b71005
@ -19,6 +19,9 @@ packages=(
|
||||
ripgrep
|
||||
)
|
||||
|
||||
# LVim version
|
||||
lvim_version=1.4
|
||||
|
||||
|
||||
|
||||
log "Begin LVim installation"
|
||||
@ -73,7 +76,7 @@ log "Begin LVim installation"
|
||||
{{- end }}
|
||||
|
||||
inf "installing lvim..."
|
||||
LV_BRANCH='release-1.3/neovim-0.9' bash <(curl -s 'https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.3/neovim-0.9/utils/installer/install.sh')
|
||||
LV_BRANCH='release-${lvim_version}/neovim-0.9' bash <(curl -s 'https://raw.githubusercontent.com/LunarVim/LunarVim/release-${lvim_version}/neovim-0.9/utils/installer/install.sh')
|
||||
|
||||
log "Finish LVim installation"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user