Install treesitter async

This commit is contained in:
Oliver Hartmann 2024-03-18 21:23:43 +01:00
parent 19512716ec
commit dffa118b80

View File

@ -7,7 +7,7 @@ return {
require('nvim-treesitter.configs').setup({
ensure_installed = 'all',
modules = {},
sync_install = true,
sync_install = false,
auto_install = false,
ignore_install = {},
highlight = {