mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 17:45:52 +02:00
try without tsupdate
This commit is contained in:
parent
ca9aab95bd
commit
b5c1dd6b47
2 changed files with 4 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue