Skip to content

Commit

Permalink
fix(ci): use sync_install for treesitter parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
willothy committed Dec 28, 2023
1 parent 4fc9322 commit 18da711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/minimal_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ vim.cmd("runtime plugin/plenary.vim")
vim.cmd("runtime plugin/treesitter.vim")
require("nvim-treesitter.configs").setup({
ensure_installed = "lua",
sync_install = true,
highlight = {
enable = true,
},
Expand Down

0 comments on commit 18da711

Please sign in to comment.