summaryrefslogtreecommitdiffstats
path: root/dotfiles
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2022-05-02 11:05:55 +0200
committerMinijackson <minijackson@riseup.net>2022-05-02 11:05:55 +0200
commit3fc34e9528dbc0471b029ba7c46e734d14cec7c8 (patch)
tree67b80fd7b685c8de467c8f7ce87ee82bd736faf9 /dotfiles
parent14a58a1836a96f90b49c0f665262d4c95668981c (diff)
downloadnixos-config-reborn-3fc34e9528dbc0471b029ba7c46e734d14cec7c8.tar.gz
nixos-config-reborn-3fc34e9528dbc0471b029ba7c46e734d14cec7c8.zip
vim: disable highlight_current_scope (I changed my mind)
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/vim.lua1
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 = {