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

View File

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