From 4ead7ca4678af9972300c34e7aa35a16133ba1a5 Mon Sep 17 00:00:00 2001 From: infidel Date: Fri, 6 May 2022 21:54:11 +0700 Subject: [PATCH] Added nodejs setup option for coc --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index b091f5b..1d09d9b 100755 --- a/install.sh +++ b/install.sh @@ -19,6 +19,7 @@ vim_extension () { vim +PlugInstall +qall vim -c "CocInstall coc-vimlsp coc-sh coc-python coc-spell-checker" 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 () {