This commit is contained in:
bumpsoo 2024-02-20 21:28:15 +09:00
parent 8855dd33e0
commit 488f38a3c6
2 changed files with 4 additions and 3 deletions

View file

@ -80,7 +80,7 @@ return {
"neovim/nvim-lspconfig",
dependencies = {
'hrsh7th/nvim-cmp',
'hrsh7yh/cmp-nvim-lsp',
'hrsh7th/cmp-nvim-lsp',
'hrsh7th/cmp-vsnip',
'hrsh7th/vim-vsnip',
},

View file

@ -8,7 +8,8 @@ sudo rm -rf /opt/nvim
sudo tar -C /opt -xzf nvim-linux64.tar.gz
# go
if [ -z "$GO_VERSION" ] then
if [ -z "$GO_VERSION" ]
then
GO_VERSION="1.22.0"
fi