moved nixvim to home-manager config, re-added firefox plugins
This commit is contained in:
23
modules/home/programs/nixvim/plugins/vim-matchup.nix
Executable file
23
modules/home/programs/nixvim/plugins/vim-matchup.nix
Executable file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
programs.nixvim = {
|
||||
plugins.vim-matchup = {
|
||||
enable = true;
|
||||
enableSurround = true;
|
||||
textObj.enable = true;
|
||||
motion = {
|
||||
enable = true;
|
||||
cursorEnd = true;
|
||||
};
|
||||
matchParen = {
|
||||
hiSurroundAlways = true;
|
||||
offscreen = {
|
||||
method = "popup";
|
||||
};
|
||||
};
|
||||
treesitterIntegration = {
|
||||
enable = true;
|
||||
includeMatchWords = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user