feat: add treesitter indent
This commit is contained in:
parent
f0cbe5e4c3
commit
c4456e908a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user