瀏覽代碼

make sure to install basic coc extensions

Chris 5 年之前
父節點
當前提交
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"