nix-community.nixvim/plugins/by-name/vim-colemak/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
119 B
Nix
Raw Normal View History

2024-11-21 15:58:15 -08:00
{ lib, ... }:
2024-12-22 09:58:27 +00:00
lib.nixvim.plugins.mkVimPlugin {
2024-11-21 15:58:15 -08:00
name = "vim-colemak";
maintainers = [ lib.maintainers.kalbasit ];
}