diff options
author | Minijackson <minijackson@riseup.net> | 2022-05-02 11:05:55 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2022-05-02 11:05:55 +0200 |
commit | 3fc34e9528dbc0471b029ba7c46e734d14cec7c8 (patch) | |
tree | 67b80fd7b685c8de467c8f7ce87ee82bd736faf9 /dotfiles/vim.lua | |
parent | 14a58a1836a96f90b49c0f665262d4c95668981c (diff) | |
download | nixos-config-reborn-3fc34e9528dbc0471b029ba7c46e734d14cec7c8.tar.gz nixos-config-reborn-3fc34e9528dbc0471b029ba7c46e734d14cec7c8.zip |
vim: disable highlight_current_scope (I changed my mind)
Diffstat (limited to 'dotfiles/vim.lua')
-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 = { |