Skip to content

Commit

Permalink
fix(nvim-treesitter): fix treesitter parser builds (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed May 7, 2024
1 parent 6316365 commit 7ae203d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ local M = {
},
{
"nvim-treesitter/nvim-treesitter",
build = function()
require("nvim-treesitter.install").update({ with_sync = true })
end,
build = ":TSUpdate",
config = lua_config("nvim-treesitter/nvim-treesitter"),
},

Expand Down

0 comments on commit 7ae203d

Please sign in to comment.