aboutsummaryrefslogtreecommitdiff
path: root/neovim/.config/nvim/lua/plugins/treesitter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'neovim/.config/nvim/lua/plugins/treesitter.lua')
-rw-r--r--neovim/.config/nvim/lua/plugins/treesitter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/neovim/.config/nvim/lua/plugins/treesitter.lua b/neovim/.config/nvim/lua/plugins/treesitter.lua
index f05cca9..8c9f60c 100644
--- a/neovim/.config/nvim/lua/plugins/treesitter.lua
+++ b/neovim/.config/nvim/lua/plugins/treesitter.lua
@@ -118,7 +118,7 @@ require("nvim-treesitter.configs").setup({
-- nvim-treesitter/nvim-treesitter-refactor
refactor = {
highlight_definitions = { enable = true },
- -- highlight_current_scope = { enable = false },
+ -- highlight_current_scope = { enable = true },
},
context_commentstring = {
enable = true,