plugins/blink-cmp: add khaneliman maintainer

This commit is contained in:
Austin Horstman 2025-01-07 21:20:23 -06:00
parent 2f9b103d2e
commit 83153e96c2
No known key found for this signature in database

View file

@ -7,7 +7,10 @@ lib.nixvim.plugins.mkNeovimPlugin {
packPathName = "blink.cmp";
package = "blink-cmp";
maintainers = [ lib.maintainers.balssh ];
maintainers = with lib.maintainers; [
balssh
khaneliman
];
description = ''
Performant, batteries-included completion plugin for Neovim.