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",
|
||||
dependencies = {
|
||||
'hrsh7th/nvim-cmp',
|
||||
'hrsh7yh/cmp-nvim-lsp',
|
||||
'hrsh7th/cmp-nvim-lsp',
|
||||
'hrsh7th/cmp-vsnip',
|
||||
'hrsh7th/vim-vsnip',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue