Fix cspell command typo
This commit is contained in:
parent
739ec88057
commit
c982e804f4
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user