Browse Source

make sure to install basic coc extensions

Chris 5 years ago
parent
commit
da3ad3b893
1 changed files with 2 additions and 0 deletions
  1. 2 0
      utils/install.sh

+ 2 - 0
utils/install.sh

@@ -153,6 +153,8 @@ cloneconfig
 # install plugins
 which nvim > /dev/null && installplugins
 
+installcocextensions
+
 echo "I recommend you also install and activate a font from here: https://github.com/ryanoasis/nerd-fonts"
 
 echo "I also recommend you add 'set preview_images_method ueberzug' to ~/.config/ranger/rc.conf"