(Desktop) resolved some issues with nixvim plugin path
This commit is contained in:
17
pkgs/nixvim/config/plugins/vim-matchup.nix
Normal file
17
pkgs/nixvim/config/plugins/vim-matchup.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user