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 /README.md | |
| parent | 8dfe085c41954def22d75daeafae8017b9b6a667 (diff) | |
Add module refactor.highlight_current_scope
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 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 = { |
