changeset 287:7168baf3c352

treesitter: highlight definitions/uses of the variable under the cursor
author zegervdv <zegervdv@me.com>
date Tue, 08 Sep 2020 10:26:52 +0200
parents 6dad02f7604f
children 3df002e18c79
files dot_config/nvim/init.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dot_config/nvim/init.lua	Sun Sep 06 18:47:59 2020 +0200
+++ b/dot_config/nvim/init.lua	Tue Sep 08 10:26:52 2020 +0200
@@ -17,6 +17,7 @@
     }
   },
   refactor = {
+    highlight_definitions = { enable = true },
     smart_rename = {
       enable = true,
       keymaps = {