Skip to content

Commit

Permalink
plugins/vim-colemak: init
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit authored and nix-infra-bot committed Nov 24, 2024
1 parent 6b9d55f commit a81a03a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/by-name/vim-colemak/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{ lib, ... }:
lib.nixvim.vim-plugin.mkVimPlugin {
name = "vim-colemak";
maintainers = [ lib.maintainers.kalbasit ];
}
5 changes: 5 additions & 0 deletions tests/test-sources/plugins/by-name/vim-colemak/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
empty = {
plugins.vim-colemak.enable = true;
};
}

0 comments on commit a81a03a

Please sign in to comment.