Inserted mandatory lines to treesitter.lua

This commit is contained in:
2024-12-30 16:24:00 +01:00
parent 2baffaf4e8
commit a7db2033d9

View File

@@ -14,6 +14,11 @@ return {
highlight = { highlight = {
enable = true, enable = true,
}, },
sync_install = false,
ignore_install = {},
auto_install = false,
-- enable indentation -- enable indentation
indent = { enable = true }, indent = { enable = true },
-- enable autotagging (w/ nvim-ts-autotag plugin) -- enable autotagging (w/ nvim-ts-autotag plugin)