diff --git a/modules/editor/neovim/lua/packer/syntax.lua b/modules/editor/neovim/lua/packer/syntax.lua index 418a9e7..4ee4ade 100644 --- a/modules/editor/neovim/lua/packer/syntax.lua +++ b/modules/editor/neovim/lua/packer/syntax.lua @@ -8,6 +8,7 @@ M.packer = function(use) -- Syntax engine use({ "nvim-treesitter/nvim-treesitter", + commit = "989c75046c46d2ed96bb65c5badd6b8f785e7f09", run = ":TSUpdate", config = function() require("nvim-treesitter.configs").setup({