Inserted mandatory lines to treesitter.lua
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user