summary refs log tree commit diff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-11-02 17:48:26 -0800
committerJonathan Ringer <jonringer117@gmail.com>2020-11-02 17:55:44 -0800
commite2b32e0567551ca43471e1bf1923bb8c928ae6fa (patch)
treefadf1676b8f16232aac1946a6a92bd61c6bae441 /.github/CODEOWNERS
parent3df0f1ef3ca6f31882516160da81aa7989eeaa07 (diff)
downloadnixpkgs-e2b32e0567551ca43471e1bf1923bb8c928ae6fa.tar
nixpkgs-e2b32e0567551ca43471e1bf1923bb8c928ae6fa.tar.gz
nixpkgs-e2b32e0567551ca43471e1bf1923bb8c928ae6fa.tar.bz2
nixpkgs-e2b32e0567551ca43471e1bf1923bb8c928ae6fa.tar.lz
nixpkgs-e2b32e0567551ca43471e1bf1923bb8c928ae6fa.tar.xz
nixpkgs-e2b32e0567551ca43471e1bf1923bb8c928ae6fa.tar.zst
nixpkgs-e2b32e0567551ca43471e1bf1923bb8c928ae6fa.zip
.github/CODEOWNERS: add jonringer to neovim
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 7d6d7205a14..0da1e4c91a7 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -176,6 +176,9 @@
 /pkgs/applications/editors/emacs       @adisbladis
 /pkgs/top-level/emacs-packages.nix     @adisbladis
 
+# Neovim
+/pkgs/applications/editors/neovim      @jonringer
+
 # VimPlugins
 /pkgs/misc/vim-plugins         @jonringer @softinio