Fix cspell command typo

This commit is contained in:
infidel 2022-04-15 02:16:22 +07:00
parent 0804b53540
commit 739ec88057

View File

@ -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 () {