mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: disable vim matchup for now because it slows stuff down
This commit is contained in:
parent
3c322bbdbf
commit
ef2f2a9b77
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@
|
||||||
# Commenting
|
# Commenting
|
||||||
comment.enable = true;
|
comment.enable = true;
|
||||||
# Extend vim's "%" key
|
# Extend vim's "%" key
|
||||||
vim-matchup.enable = true;
|
# XXX: disabled because it makes stuff slow
|
||||||
|
vim-matchup.enable = false;
|
||||||
|
|
||||||
# Fzf picker for arbitrary stuff
|
# Fzf picker for arbitrary stuff
|
||||||
telescope = {
|
telescope = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue