Add module refactor.highlight_current_scope

This commit is contained in:
Stephan Seitz 2020-07-12 16:11:31 +02:00 committed by Thomas Vigouroux
parent 8dfe085c41
commit ee80e1ebc5
4 changed files with 56 additions and 0 deletions

View file

@ -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,