mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 02:59:00 +02:00
Add missing settings: - preserve_zoom - no_mappings Include upstream's documentation. Deprecate old option names.
25 lines
764 B
Nix
25 lines
764 B
Nix
# Nixvim maintainers
|
|
#
|
|
# This attribute set contains Nixvim maintainers that do not
|
|
# have an entry in the Nixpkgs maintainer list. Entries are
|
|
# expected to follow the same format as that list.
|
|
#
|
|
# Nixpkgs maintainers: https://github.com/NixOS/nixpkgs/blob/0212bde005b3335b2665c1476c36b3936e113b15/maintainers/maintainer-list.nix
|
|
{
|
|
alisonjenkins = {
|
|
email = "alison.juliet.jenkins@gmail.com";
|
|
github = "alisonjenkins";
|
|
githubId = 1176328;
|
|
name = "Alison Jenkins";
|
|
};
|
|
MattSturgeon = {
|
|
email = "matt@sturgeon.me.uk";
|
|
matrix = "@mattsturg:matrix.org";
|
|
github = "MattSturgeon";
|
|
githubId = 5046562;
|
|
name = "Matt Sturgeon";
|
|
keys = [
|
|
{fingerprint = "7082 22EA 1808 E39A 83AC 8B18 4F91 844C ED1A 8299";}
|
|
];
|
|
};
|
|
}
|