This commit is contained in:
abs3nt 2023-03-02 21:31:03 -08:00
parent 1a8154b195
commit a7c688fcaf

View File

@ -7,11 +7,6 @@ return {
'nvim-treesitter/nvim-treesitter',
config = function()
require 'nvim-treesitter.configs'.setup {
-- Install parsers synchronously (only applied to `ensure_installed`)
sync_install = false,
-- Automatically install missing parsers when entering buffer
-- Recommendation: set to false if you don't have `tree-sitter` CLI installed locally
auto_install = true,
}
end