Up.
This commit is contained in:
parent
1f0d5fd3dc
commit
100e9745ec
home/.chezmoiscripts
scripts
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
# include lib
|
# include lib
|
||||||
. ${CHEZMOI_WORKING_TREE}/scripts/utils.sh
|
. ${CHEZMOI_WORKING_TREE}/scripts/utils.sh
|
||||||
|
. ${HOME}/.asdf/asdf.sh
|
||||||
|
|
||||||
# LVim version
|
# LVim version
|
||||||
lvim_version="1.4"
|
lvim_version="1.4"
|
||||||
@ -10,6 +11,7 @@ lvim_version="1.4"
|
|||||||
|
|
||||||
log "Begin LVim installation"
|
log "Begin LVim installation"
|
||||||
|
|
||||||
|
go install github.com/nametake/golangci-lint-langserver@latest
|
||||||
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")
|
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"
|
log "Finish LVim installation"
|
||||||
|
@ -54,7 +54,7 @@ install_latex() {
|
|||||||
texlive-latexrecommended
|
texlive-latexrecommended
|
||||||
texlive-latexextra
|
texlive-latexextra
|
||||||
texlive-fontsrecommended
|
texlive-fontsrecommended
|
||||||
texlive-fontsextre
|
texlive-fontsextra
|
||||||
texlive-luatex
|
texlive-luatex
|
||||||
texlive-mathscience
|
texlive-mathscience
|
||||||
texlive-lang
|
texlive-lang
|
||||||
|
Loading…
x
Reference in New Issue
Block a user