feat: add treesitter indent

This commit is contained in:
fiplox 2023-03-21 07:18:45 +01:00
parent f0cbe5e4c3
commit c4456e908a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ function M.config()
-- context_commentstring = { enable = true, config = { css = '// %s' } },
-- indent = {enable = true, disable = {"python", "html", "javascript"}},
-- TODO seems to be broken
indent = { enable = false, disable = { 'python', 'css' } },
indent = { enable = true, disable = { 'python', 'css' } },
-- autotag = { enable = true },
-- autopairs = {
-- enable = true,