소스 검색

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"