diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2020-07-12 16:11:31 +0200 |
|---|---|---|
| committer | Thomas Vigouroux <39092278+vigoux@users.noreply.github.com> | 2020-07-13 22:26:17 +0200 |
| commit | ee80e1ebc51f4e627e1d3c4a320e846baf343184 (patch) | |
| tree | 30a1db3e880c6d6ab13c54ed81db591b616eac31 /lua/nvim-treesitter/configs.lua | |
| parent | 8dfe085c41954def22d75daeafae8017b9b6a667 (diff) | |
Add module refactor.highlight_current_scope
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 abf739dd..abed55a7 100644 --- a/lua/nvim-treesitter/configs.lua +++ b/lua/nvim-treesitter/configs.lua @@ -40,6 +40,12 @@ local builtin_modules = { disable = {}, is_supported = queries.has_locals }, + highlight_current_scope = { + module_path = 'nvim-treesitter.refactor.highlight_current_scope', + enable = false, + disable = {}, + is_supported = queries.has_locals, + }, smart_rename = { module_path = 'nvim-treesitter.refactor.smart_rename', enable = false, |
