mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/blink-cmp: add khaneliman maintainer
This commit is contained in:
parent
2f9b103d2e
commit
83153e96c2
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,10 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
||||||
packPathName = "blink.cmp";
|
packPathName = "blink.cmp";
|
||||||
package = "blink-cmp";
|
package = "blink-cmp";
|
||||||
|
|
||||||
maintainers = [ lib.maintainers.balssh ];
|
maintainers = with lib.maintainers; [
|
||||||
|
balssh
|
||||||
|
khaneliman
|
||||||
|
];
|
||||||
|
|
||||||
description = ''
|
description = ''
|
||||||
Performant, batteries-included completion plugin for Neovim.
|
Performant, batteries-included completion plugin for Neovim.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue