Просмотр исходного кода

make sure to install basic coc extensions

Chris 5 лет назад
Родитель
Сommit
da3ad3b893
1 измененных файлов с 2 добавлено и 0 удалено
  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"