more treesitter conf adjustments for nvim-in-container workflow

This commit is contained in:
Maciej Lebiest 2024-01-13 21:09:21 +01:00
parent 18d319ad46
commit 9dc0b5db5a
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
return function()
require 'nvim-treesitter.configs'.setup {
-- A list of parser names, or "all"
ensure_installed = "all",
ensure_installed = "",
-- Install parsers synchronously (only applied to `ensure_installed`)
sync_install = true,