plugins/vim-colemak: init

This commit is contained in:
Wael M. Nasreddine 2024-11-21 15:58:15 -08:00 committed by nix-infra-bot
parent 6b9d55f936
commit a81a03a3f5
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{ lib, ... }:
lib.nixvim.vim-plugin.mkVimPlugin {
name = "vim-colemak";
maintainers = [ lib.maintainers.kalbasit ];
}

View file

@ -0,0 +1,5 @@
{
empty = {
plugins.vim-colemak.enable = true;
};
}