1
0
This commit is contained in:
2024-08-03 23:17:16 +02:00
parent 1fbc596be0
commit e67e266da8
3 changed files with 26 additions and 3 deletions

View File

@@ -7,11 +7,10 @@
# LVim version
lvim_version="1.4"
{{- if (and (ne .hasNVim false) (ne .hasLatex false)) }}
{{- if (and (ne .hasNVim false) (ne .hasLVim false)) }}
log "Begin LVim installation"
install_binary "tree-sitter-cli" "yay"
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"