Gen 404: tweaked vim-matchup config

This commit is contained in:
pagedMov
2024-10-12 12:38:56 -04:00
parent 445f629855
commit 588249f10f
2 changed files with 5 additions and 1 deletions

2
flake.lock generated
View File

@@ -855,7 +855,7 @@
}, },
"locked": { "locked": {
"lastModified": 1, "lastModified": 1,
"narHash": "sha256-9n6nu8BS4MWpoQLyDqyGXaeJb6G9IzwQgbFjwvBdPL0=", "narHash": "sha256-bjrRxs4ja1ulvgjlWN5IwfGdAVOwYQR6YSPCRVje52E=",
"path": "./pkgs/nixvim", "path": "./pkgs/nixvim",
"type": "path" "type": "path"
}, },

View File

@@ -2,12 +2,16 @@
plugins.vim-matchup = { plugins.vim-matchup = {
enable = true; enable = true;
enableSurround = true; enableSurround = true;
textObj.enable = true;
motion = { motion = {
enable = true; enable = true;
cursorEnd = true; cursorEnd = true;
}; };
matchParen = { matchParen = {
hiSurroundAlways = true; hiSurroundAlways = true;
offscreen = {
method = "popup";
};
}; };
treesitterIntegration = { treesitterIntegration = {
enable = true; enable = true;