mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
maintainers: remove MattSturgeon
This commit is contained in:
parent
abc409c16f
commit
497ce47593
4 changed files with 3 additions and 11 deletions
|
@ -12,14 +12,6 @@
|
|||
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"; } ];
|
||||
};
|
||||
DanielLaing = {
|
||||
email = "daniel@daniellaing.com";
|
||||
matrix = "@bodleum:matrix.org";
|
||||
|
|
|
@ -11,7 +11,7 @@ helpers.neovim-plugin.mkNeovimPlugin config {
|
|||
originalName = "dashboard-nvim";
|
||||
defaultPackage = pkgs.vimPlugins.dashboard-nvim;
|
||||
|
||||
maintainers = [ helpers.maintainers.MattSturgeon ];
|
||||
maintainers = [ maintainers.MattSturgeon ];
|
||||
|
||||
# TODO introduced 2024-05-30: remove 2024-09-01
|
||||
imports =
|
||||
|
|
|
@ -11,7 +11,7 @@ helpers.neovim-plugin.mkNeovimPlugin config {
|
|||
originalName = "refactoring.nvim";
|
||||
defaultPackage = pkgs.vimPlugins.refactoring-nvim;
|
||||
|
||||
maintainers = [ helpers.maintainers.MattSturgeon ];
|
||||
maintainers = [ maintainers.MattSturgeon ];
|
||||
|
||||
# TODO: introduced 2024-05-24, remove on 2024-08-24
|
||||
optionsRenamedToSettings = [
|
||||
|
|
|
@ -12,7 +12,7 @@ helpers.vim-plugin.mkVimPlugin config {
|
|||
defaultPackage = pkgs.vimPlugins.vim-tmux-navigator;
|
||||
globalPrefix = "tmux_navigator_";
|
||||
|
||||
maintainers = [ helpers.maintainers.MattSturgeon ];
|
||||
maintainers = [ maintainers.MattSturgeon ];
|
||||
|
||||
description = ''
|
||||
When combined with a set of tmux key bindings, the plugin will allow you to navigate seamlessly between vim splits and tmux panes using a consistent set of hotkeys.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue