try without tsupdate

This commit is contained in:
Chris 2021-07-08 20:07:55 -04:00
parent ca9aab95bd
commit b5c1dd6b47
2 changed files with 4 additions and 2 deletions

View file

@ -52,7 +52,7 @@ return require("packer").startup(function(use)
use { "rafamadriz/friendly-snippets", event = "InsertEnter" }
-- Treesitter
use { "nvim-treesitter/nvim-treesitter", run = ":silent TSUpdate" }
use { "nvim-treesitter/nvim-treesitter" }
-- Neoformat
use {

View file

@ -106,7 +106,9 @@ cloneconfig() {
+'autocmd User PackerComplete sleep 100m | qall' \
+PackerInstall
nvim +PackerSync
nvim --headless \
+'autocmd User PackerComplete sleep 100m | qall' \
+PackerSync
echo -e "\nCompile Complete"
# nvim --headless -cq ':silent TSUpdate' -cq ':qall' >/dev/null 2>&1