From c982e804f4bf6839829f213d5042bc4d9f776a79 Mon Sep 17 00:00:00 2001 From: infidel Date: Fri, 15 Apr 2022 02:33:20 +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 4692b7b..0f2b493 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.enabledLanguage sh" # Add SH Script for spell checking + vim -c "CocCommand cSpell.enableLanguage sh" # Add SH Script for spell checking } user_install () {