]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - add-coc-vim-extensions
Update nethack config
[rbdr/dotfiles] / add-coc-vim-extensions
index 12ecf08d8350e7e329523c7b61b2c01825a914a5..384ae85588ee5919244daa265729104673bcf044 100755 (executable)
@@ -1,15 +1,20 @@
 #!/usr/bin/env bash
 
-nvim -c "CocInstall \
+# we need to do it in batches, otherwise it fails
+
+nvim --headless -c "CocInstall -sync \
   coc-css\
   coc-docker\
   coc-eslint\
+  coc-flutter\
   coc-git\
-  coc-graphql\
   coc-html\
   coc-htmldjango\
   coc-json\
+  coc-lua\
   coc-prettier\
+  |\
+  CocInstall -sync \
   @yaegassy/coc-pylsp\
   coc-rls\
   coc-sql\
@@ -18,4 +23,6 @@ nvim -c "CocInstall \
   coc-tailwindcss\
   coc-tsserver\
   coc-yaml\
-"
+  |\
+  qall \
+"\