Update treesitter.lua

pull/140/head
Max Liu 3 years ago committed by GitHub
parent 21877b4ced
commit d333b53c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ configs.setup {
disable = { "" }, -- list of language that will be disabled
additional_vim_regex_highlighting = true,
},
indent = { enable = true, disable = { "yaml" } },
indent = { enable = true, disable = { "yaml", "python" } },
context_commentstring = {
enable = true,
enable_autocmd = false,

Loading…
Cancel
Save