diff --git a/home/.chezmoiscripts/run_once_after_30-install-lvim.sh.tmpl b/home/.chezmoiscripts/run_once_after_30-install-lvim.sh.tmpl index 35a62d4..9797d83 100644 --- a/home/.chezmoiscripts/run_once_after_30-install-lvim.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_30-install-lvim.sh.tmpl @@ -11,7 +11,7 @@ lvim_version="1.4" 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") log "Finish LVim installation" diff --git a/home/dot_config/lvim/lua/user/plugins.lua b/home/dot_config/lvim/lua/user/plugins.lua index 82b746b..c8479ad 100644 --- a/home/dot_config/lvim/lua/user/plugins.lua +++ b/home/dot_config/lvim/lua/user/plugins.lua @@ -335,7 +335,7 @@ M.setup = function() }, -- nvim-ts-rainbow: rainbowed parenthesis { - "mrjones2014/nvim-ts-rainbow", + "HiPhish/nvim-ts-rainbow2", }, -- colorizer: color highlighter {