# HG changeset patch # User zegervdv # Date 1599553612 -7200 # Node ID 7168baf3c3524fffcaaf60e306138c58de3004f9 # Parent 6dad02f7604f91fa824c11c280ba36240d3fc7e0 treesitter: highlight definitions/uses of the variable under the cursor diff -r 6dad02f7604f -r 7168baf3c352 dot_config/nvim/init.lua --- 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 = {