now automatically installing treesitter languages

This commit is contained in:
aminnairi
2023-12-06 04:50:39 +01:00
parent 81761dc344
commit 8c99648652
@@ -34,7 +34,7 @@ return {
}, },
-- Install parsers synchronously (only applied to `ensure_installed`) -- Install parsers synchronously (only applied to `ensure_installed`)
sync_install = false, sync_install = true,
-- Automatically install missing parsers when entering buffer -- Automatically install missing parsers when entering buffer
-- Recommendation: set to false if you don"t have `tree-sitter` CLI installed locally -- Recommendation: set to false if you don"t have `tree-sitter` CLI installed locally