diff dot_config/nvim/init.lua @ 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 d48b05b03ddf
children 3df002e18c79
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 = {