typo
This commit is contained in:
parent
8855dd33e0
commit
488f38a3c6
2 changed files with 4 additions and 3 deletions
|
|
@ -80,7 +80,7 @@ return {
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'hrsh7th/nvim-cmp',
|
'hrsh7th/nvim-cmp',
|
||||||
'hrsh7yh/cmp-nvim-lsp',
|
'hrsh7th/cmp-nvim-lsp',
|
||||||
'hrsh7th/cmp-vsnip',
|
'hrsh7th/cmp-vsnip',
|
||||||
'hrsh7th/vim-vsnip',
|
'hrsh7th/vim-vsnip',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,9 @@ sudo rm -rf /opt/nvim
|
||||||
sudo tar -C /opt -xzf nvim-linux64.tar.gz
|
sudo tar -C /opt -xzf nvim-linux64.tar.gz
|
||||||
|
|
||||||
# go
|
# go
|
||||||
if [ -z "$GO_VERSION" ] then
|
if [ -z "$GO_VERSION" ]
|
||||||
GO_VERSION = "1.22.0"
|
then
|
||||||
|
GO_VERSION="1.22.0"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
curl -LO https://go.dev/dl/go$GO_VERSION.linux-amd64.tar.gz
|
curl -LO https://go.dev/dl/go$GO_VERSION.linux-amd64.tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue