1
0
This commit is contained in:
Jeff Lance 2024-08-03 18:33:59 +02:00
parent 2836a381ee
commit 0b06e68dca
2 changed files with 2 additions and 2 deletions
home
.chezmoiscripts
dot_config/lvim/lua/user

@ -11,7 +11,7 @@ lvim_version="1.4"
log "Begin LVim installation" log "Begin LVim installation"
go install github.com/nametake/golangci-lint-langserver@latest # 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"

@ -335,7 +335,7 @@ M.setup = function()
}, },
-- nvim-ts-rainbow: rainbowed parenthesis -- nvim-ts-rainbow: rainbowed parenthesis
{ {
"mrjones2014/nvim-ts-rainbow", "HiPhish/nvim-ts-rainbow2",
}, },
-- colorizer: color highlighter -- colorizer: color highlighter
{ {