mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-16 23:42:47 +01:00
6 lines
168 B
Nix
6 lines
168 B
Nix
{ lib, ... }:
|
|
lib.nixvim.plugins.mkVimPlugin {
|
|
name = "vim-colemak";
|
|
description = "Colemak key mappings for Vim.";
|
|
maintainers = [ lib.maintainers.kalbasit ];
|
|
}
|