diff options
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/vim.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dotfiles/vim.lua b/dotfiles/vim.lua index 39e4d11..2010723 100644 --- a/dotfiles/vim.lua +++ b/dotfiles/vim.lua | |||
@@ -136,7 +136,6 @@ require("nvim-treesitter.configs").setup { | |||
136 | enable = true, | 136 | enable = true, |
137 | }, | 137 | }, |
138 | refactor = { | 138 | refactor = { |
139 | highlight_current_scope = { enable = true }, | ||
140 | highlight_definitions = { enable = true }, | 139 | highlight_definitions = { enable = true }, |
141 | }, | 140 | }, |
142 | textobjects = { | 141 | textobjects = { |