diff options
| author | kiyan42 <yazdani.kiyan@protonmail.com> | 2020-10-13 01:02:30 +0200 |
|---|---|---|
| committer | Kiyan Yazdani <yazdani.kiyan@protonmail.com> | 2020-10-19 21:08:15 +0200 |
| commit | 36b5f6f075114b5566d0ab225f97466ff36de41f (patch) | |
| tree | 19cb1662c93352b73059973e7ef9d037674b6bc9 /lua/nvim-treesitter/configs.lua | |
| parent | a1de79e93a7f190ef08b98bb6aef7e41c47fd2ee (diff) | |
start indent module
Diffstat (limited to 'lua/nvim-treesitter/configs.lua')
| -rw-r--r-- | lua/nvim-treesitter/configs.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/configs.lua b/lua/nvim-treesitter/configs.lua index 0842f276..2655adc7 100644 --- a/lua/nvim-treesitter/configs.lua +++ b/lua/nvim-treesitter/configs.lua @@ -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() |
