now indenting based on the treesitter AST

This commit is contained in:
aminnairi
2023-12-06 04:51:27 +01:00
parent 7b15cfc562
commit 4ba859ac10
@@ -43,6 +43,10 @@ return {
---- If you need to change the installation directory of the parsers (see -> Advanced Setup) ---- If you need to change the installation directory of the parsers (see -> Advanced Setup)
-- parser_install_dir = "/some/path/to/store/parsers", -- Remember to run vim.opt.runtimepath:append("/some/path/to/store/parsers")! -- parser_install_dir = "/some/path/to/store/parsers", -- Remember to run vim.opt.runtimepath:append("/some/path/to/store/parsers")!
indent = {
enable = true
},
highlight = { highlight = {
enable = true, enable = true,