Skip to content

Commit

Permalink
plugins/vim-numbertoggle: init
Browse files Browse the repository at this point in the history
  • Loading branch information
refaelsh committed Sep 5, 2024
1 parent 4df5746 commit 84249a9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
./ui/image.nix
./ui/neoscroll.nix
./ui/noice.nix
./ui/numbertoggle.nix
./ui/specs.nix
./ui/statuscol.nix
./ui/transparent.nix
Expand Down
11 changes: 11 additions & 0 deletions plugins/ui/numbertoggle.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
lib,
...
}:
lib.nixvim.vim-plugin.mkVimPlugin {
name = "numbertoggle";
originalName = "vim-numbertoggle";
package = "vim-numbertoggle";

maintainers = [ lib.nixvim.maintainers.refaelsh ];
}
5 changes: 5 additions & 0 deletions tests/test-sources/plugins/ui/numbertoggle.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
empty = {
plugins.autosource.enable = true;
};
}

0 comments on commit 84249a9

Please sign in to comment.