Gen 404: tweaked vim-matchup config
This commit is contained in:
2
flake.lock
generated
2
flake.lock
generated
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user