mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 07:20:06 -04:00
start indent module
This commit is contained in:
parent
a1de79e93a
commit
36b5f6f075
3 changed files with 79 additions and 0 deletions
|
|
@ -36,6 +36,12 @@ local builtin_modules = {
|
|||
},
|
||||
is_supported = queries.has_locals
|
||||
},
|
||||
indent = {
|
||||
module_path = 'nvim-treesitter.indent',
|
||||
enable = false,
|
||||
disable = {},
|
||||
is_supported = queries.has_locals
|
||||
}
|
||||
}
|
||||
|
||||
local attached_buffers_by_module = caching.create_buffer_cache()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue