Added nodejs setup option for coc

This commit is contained in:
infidel 2022-05-06 21:54:11 +07:00
parent 11393b50bb
commit 4ead7ca467

View File

@ -19,6 +19,7 @@ vim_extension () {
vim +PlugInstall +qall vim +PlugInstall +qall
vim -c "CocInstall coc-vimlsp coc-sh coc-python coc-spell-checker" vim -c "CocInstall coc-vimlsp coc-sh coc-python coc-spell-checker"
vim -c "CocCommand cSpell.enableLanguage sh" # Add SH Script for spell checking vim -c "CocCommand cSpell.enableLanguage sh" # Add SH Script for spell checking
curl -sL install-node.vercel.app/lts | bash -s -- -P $HOME/.local
} }
user_install () { user_install () {