diff options
author | Chris <[email protected]> | 2020-05-12 21:28:52 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-05-12 21:28:52 -0400 |
commit | 8b94b4f307f3ed936b80751229f43c6f9c9cd414 (patch) | |
tree | affb7b70be29929b0fa89d7e8bb47db4125bec96 /utils/install.sh | |
parent | 10727f77b282eff608f336f4d05397b290c10b06 (diff) |
added coc-actions
Diffstat (limited to 'utils/install.sh')
-rwxr-xr-x | utils/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/install.sh b/utils/install.sh index 98066b86..47119566 100755 --- a/utils/install.sh +++ b/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() { \ |