Added spell checker extension for CoC

This commit is contained in:
infidel
2022-04-15 02:10:24 +07:00
parent 2c3e3ecdf4
commit 0804b53540
3 changed files with 3 additions and 22 deletions

View File

@@ -17,7 +17,8 @@ user_guide () {
vim_extension () {
vim +PlugInstall +qall
vim -c "CocInstall coc-vimlsp coc-sh coc-python"
vim -c "CocInstall coc-vimlsp coc-sh coc-python coc-spell-checker"
vim -c "CocCommand cSpell.enabledLanguageIds sh" # Add SH Script for spell checking
}
user_install () {