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.

7 lines
168 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";
2025-06-18 02:42:47 +03:00
description = "Colemak key mappings for Vim.";
2024-11-21 15:58:15 -08:00
maintainers = [ lib.maintainers.kalbasit ];
}