mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-15 15:02:47 +01:00
plugins/abolish: init.
This commit is contained in:
parent
b51f31cef8
commit
6c2ac251d7
2 changed files with 12 additions and 0 deletions
7
plugins/by-name/abolish/default.nix
Normal file
7
plugins/by-name/abolish/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkVimPlugin {
|
||||
name = "abolish";
|
||||
package = "vim-abolish";
|
||||
|
||||
maintainers = [ lib.maintainers.Fovir ];
|
||||
}
|
||||
5
tests/test-sources/plugins/by-name/abolish/default.nix
Normal file
5
tests/test-sources/plugins/by-name/abolish/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.abolish.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue