chore: disable vim matchup for now because it slows stuff down

This commit is contained in:
oddlama 2025-09-08 10:59:23 +02:00
parent 3c322bbdbf
commit ef2f2a9b77
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -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 = {