From 488f38a3c62bb2ad96565f9e447170913b5469f2 Mon Sep 17 00:00:00 2001 From: bumpsoo Date: Tue, 20 Feb 2024 21:28:15 +0900 Subject: [PATCH] typo --- .config/nvim/lua/bumpsoo/plugins/lspconfig.lua | 2 +- install.sh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/nvim/lua/bumpsoo/plugins/lspconfig.lua b/.config/nvim/lua/bumpsoo/plugins/lspconfig.lua index b058631..c2b237c 100644 --- a/.config/nvim/lua/bumpsoo/plugins/lspconfig.lua +++ b/.config/nvim/lua/bumpsoo/plugins/lspconfig.lua @@ -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', }, diff --git a/install.sh b/install.sh index 83ec4a9..33f414b 100644 --- a/install.sh +++ b/install.sh @@ -8,8 +8,9 @@ sudo rm -rf /opt/nvim sudo tar -C /opt -xzf nvim-linux64.tar.gz # go -if [ -z "$GO_VERSION" ] then - GO_VERSION = "1.22.0" +if [ -z "$GO_VERSION" ] +then + GO_VERSION="1.22.0" fi curl -LO https://go.dev/dl/go$GO_VERSION.linux-amd64.tar.gz