From 739ec88057315a6392439ef14826f38032cb04d3 Mon Sep 17 00:00:00 2001 From: infidel Date: Fri, 15 Apr 2022 02:16:22 +0700 Subject: [PATCH] Fix cspell command typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8f6af3a..4692b7b 100755 --- a/install.sh +++ b/install.sh @@ -18,7 +18,7 @@ user_guide () { vim_extension () { vim +PlugInstall +qall vim -c "CocInstall coc-vimlsp coc-sh coc-python coc-spell-checker" - vim -c "CocCommand cSpell.enabledLanguageIds sh" # Add SH Script for spell checking + vim -c "CocCommand cSpell.enabledLanguage sh" # Add SH Script for spell checking } user_install () {