(Desktop) resolved some issues with nixvim plugin path

This commit is contained in:
pagedMov
2024-10-12 11:48:58 -04:00
parent 8b0593d436
commit 212180e400
3 changed files with 31 additions and 7 deletions

View File

@@ -0,0 +1,17 @@
{
plugins.vim-matchup = {
enable = true;
enableSurround = true;
motion = {
enable = true;
cursorEnd = true;
};
matchParen = {
hiSurroundAlways = true;
};
treesitterIntegration = {
enable = true;
includeMatchWords = true;
};
};
}