|
@@ -59,7 +59,7 @@ installcocextensions() { \
|
|
|
cd ~/.config/coc/extensions
|
|
|
[ ! -f package.json ] && echo '{"dependencies":{}}'> package.json
|
|
|
# Change extension names to the extensions you need
|
|
|
- sudo npm install coc-explorer coc-snippets coc-json --global-style --ignore-scripts --no-bin-links --no-package-lock --only=prod
|
|
|
+ sudo npm install coc-explorer coc-snippets coc-json coc-actions --global-style --ignore-scripts --no-bin-links --no-package-lock --only=prod
|
|
|
}
|
|
|
|
|
|
cloneconfig() { \
|