Disable treesitter indentation
This commit is contained in:
@ -33,7 +33,7 @@ return {
|
||||
additional_vim_regex_highlighting = false,
|
||||
},
|
||||
|
||||
indent = { enable = true },
|
||||
indent = { enable = false },
|
||||
},
|
||||
|
||||
config = function(_, opts)
|
||||
|
||||
Reference in New Issue
Block a user