From f5d555c28ea5ba734604dd14433e556f77370eac Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 12 Dec 2022 14:32:30 -0500 Subject: [PATCH] teams: add figsoda to the vim team and codeowners --- .github/CODEOWNERS | 4 ++-- maintainers/team-list.nix | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 41d539dd5f1d..303c430b8e57 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -224,10 +224,10 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt /pkgs/top-level/emacs-packages.nix @adisbladis # Neovim -/pkgs/applications/editors/neovim @jonringer @teto +/pkgs/applications/editors/neovim @figsoda @jonringer @teto # VimPlugins -/pkgs/applications/editors/vim/plugins @jonringer +/pkgs/applications/editors/vim/plugins @figsoda @jonringer # VsCode Extensions /pkgs/applications/editors/vscode/extensions @jonringer diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 5e5a61875dbf..af6684a03f9e 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -743,6 +743,7 @@ with lib.maintainers; { vim = { members = [ + figsoda jonringer softinio teto