瀏覽代碼

added coc-actions

Chris 5 年之前
父節點
當前提交
8b94b4f307
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/install.sh

+ 1 - 1
utils/install.sh

@@ -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() { \