diff options
| author | Steven Sojka <steelsojka@users.noreply.github.com> | 2020-10-04 07:01:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-04 07:01:53 -0500 |
| commit | 7f325538cca8682d931a944fbf74b35408022232 (patch) | |
| tree | 51ac0b806c44c571cc14694108182d316eae9ff8 /lua/nvim-treesitter/configs.lua | |
| parent | 5debe931333b20fe2b352dd92c03ded837e3df4b (diff) | |
| parent | 82a8b859c6377a03e0c4d33b8b045548568c7aef (diff) | |
Merge pull request #487 from steelsojka/remove-refactor
chore(modules): remove refactor module
Diffstat (limited to 'lua/nvim-treesitter/configs.lua')
| -rw-r--r-- | lua/nvim-treesitter/configs.lua | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/lua/nvim-treesitter/configs.lua b/lua/nvim-treesitter/configs.lua index d3d3a67d..f12d4fdf 100644 --- a/lua/nvim-treesitter/configs.lua +++ b/lua/nvim-treesitter/configs.lua @@ -47,41 +47,6 @@ local builtin_modules = { }, is_supported = queries.has_locals }, - refactor = { - highlight_definitions = { - module_path = 'nvim-treesitter.refactor.highlight_definitions', - enable = false, - 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, - disable = {}, - is_supported = queries.has_locals, - keymaps = { - smart_rename = "grr" - } - }, - navigation = { - module_path = 'nvim-treesitter.refactor.navigation', - enable = false, - disable = {}, - is_supported = queries.has_locals, - keymaps = { - goto_definition = "gnd", - list_definitions = "gnD", - goto_next_usage = "<a-*>", - goto_previous_usage = "<a-#>", - } - } - }, textobjects = { select = { module_path = 'nvim-treesitter.textobjects.select', |
