about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-02-18 08:20:38 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-02-24 20:26:07 -0300
commitb71ebb32cedef576181e519380f42d1e2fc5d312 (patch)
treebadbe8b366dc3749ee71e3cbafe7589c12231cf5 /.github
parent3f19fc37a3557d31b242b220b52c7a1358572f57 (diff)
vim: Update .github/CODEOWNERS and .github/labeler.yml
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
-rw-r--r--.github/labeler.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 26b4e54659f68..44007ca4828f0 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -226,7 +226,7 @@
 /pkgs/applications/editors/neovim      @jonringer @teto
 
 # VimPlugins
-/pkgs/misc/vim-plugins         @jonringer @softinio
+/pkgs/applications/editors/vim/plugins         @jonringer
 
 # VsCode Extensions
 /pkgs/applications/editors/vscode/extensions   @jonringer
diff --git a/.github/labeler.yml b/.github/labeler.yml
index a3c1ed1b587f0..c5c10d3e4bc1c 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -142,7 +142,7 @@
 "6.topic: vim":
   - doc/languages-frameworks/vim.section.md
   - pkgs/applications/editors/vim/**/*
-  - pkgs/misc/vim-plugins/**/*
+  - pkgs/applications/editors/vim/plugins/**/*
   - nixos/modules/programs/neovim.nix
   - pkgs/applications/editors/neovim/**/*