mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-30 14:49:44 +02:00
lib: remove maintainers
alias
This commit is contained in:
parent
cb2b76c1a9
commit
d718446b61
26 changed files with 32 additions and 30 deletions
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
lib,
|
||||
helpers,
|
||||
...
|
||||
}:
|
||||
helpers.neovim-plugin.mkNeovimPlugin {
|
||||
name = "bacon";
|
||||
package = "nvim-bacon";
|
||||
maintainers = [ helpers.maintainers.alisonjenkins ];
|
||||
maintainers = [ lib.maintainers.alisonjenkins ];
|
||||
|
||||
settingsOptions = {
|
||||
quickfix = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue