summaryrefslogtreecommitdiff
path: root/config/plugins/treesitter.lua
blob: e9b88f256bec41b798c31ca39fd866b0d33dbed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
require("nvim-treesitter.configs").setup({
	auto_install = false,

	highlight = { enable = true },
	indent = { enable = true },

	-- nvim-ts-autotag
	autotag = { enable = true },
})

vim.g.skip_ts_context_commentstring_module = true