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

@ -116,6 +116,9 @@ require'nvim-treesitter.configs'.setup {
highlight_definitions = {
enable = true
},
highlight_current_scope = {
enable = true
},
smart_rename = {
enable = true,
keymaps = {