Treesitter indent

also fixes the memoize_by_buf_tick function
This commit is contained in:
kiyan42 2020-10-13 23:55:37 +02:00 committed by Kiyan Yazdani
parent 36b5f6f075
commit 1735528db5
5 changed files with 80 additions and 56 deletions

View file

@ -40,7 +40,7 @@ local builtin_modules = {
module_path = 'nvim-treesitter.indent',
enable = false,
disable = {},
is_supported = queries.has_locals
is_supported = queries.has_indents
}
}