mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/vim-colemak: init
This commit is contained in:
parent
6b9d55f936
commit
a81a03a3f5
2 changed files with 10 additions and 0 deletions
5
plugins/by-name/vim-colemak/default.nix
Normal file
5
plugins/by-name/vim-colemak/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ lib, ... }:
|
||||
lib.nixvim.vim-plugin.mkVimPlugin {
|
||||
name = "vim-colemak";
|
||||
maintainers = [ lib.maintainers.kalbasit ];
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.vim-colemak.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue