mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 23:10:11 -04:00
Add module refactor.highlight_current_scope
This commit is contained in:
parent
8dfe085c41
commit
ee80e1ebc5
4 changed files with 56 additions and 0 deletions
|
|
@ -116,6 +116,9 @@ require'nvim-treesitter.configs'.setup {
|
|||
highlight_definitions = {
|
||||
enable = true
|
||||
},
|
||||
highlight_current_scope = {
|
||||
enable = true
|
||||
},
|
||||
smart_rename = {
|
||||
enable = true,
|
||||
keymaps = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue