nvim packer now uses :TSUpdateSync

This commit is contained in:
LordMZTE 2022-02-08 18:15:31 +01:00
parent 16e0ba0734
commit 9da6db4915
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -66,7 +66,7 @@ return require("packer").startup(function(use)
}
use {
"nvim-treesitter/nvim-treesitter",
run = ":TSUpdate",
run = ":TSUpdateSync",
config = pconf "treesitter",
}
use {