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