Parcourir la source

make sure to install basic coc extensions

Chris il y a 5 ans
Parent
commit
da3ad3b893
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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"