From ef2f2a9b775cbd408e308d01a4ed4058d054fa1b Mon Sep 17 00:00:00 2001 From: oddlama Date: Mon, 8 Sep 2025 10:59:23 +0200 Subject: [PATCH] chore: disable vim matchup for now because it slows stuff down --- users/myuser/neovim/misc.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/myuser/neovim/misc.nix b/users/myuser/neovim/misc.nix index 6467592..8a4e5cc 100644 --- a/users/myuser/neovim/misc.nix +++ b/users/myuser/neovim/misc.nix @@ -22,7 +22,8 @@ # Commenting comment.enable = true; # Extend vim's "%" key - vim-matchup.enable = true; + # XXX: disabled because it makes stuff slow + vim-matchup.enable = false; # Fzf picker for arbitrary stuff telescope = {