mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
lib: remove maintainers
alias
This commit is contained in:
parent
cb2b76c1a9
commit
d718446b61
26 changed files with 32 additions and 30 deletions
|
@ -11,7 +11,7 @@ helpers.vim-plugin.mkVimPlugin {
|
|||
package = "lazygit-nvim";
|
||||
globalPrefix = "lazygit_";
|
||||
|
||||
maintainers = [ helpers.maintainers.AndresBermeoMarinelli ];
|
||||
maintainers = [ lib.maintainers.AndresBermeoMarinelli ];
|
||||
|
||||
settingsOptions = {
|
||||
floating_window_winblend = helpers.defaultNullOpts.mkNullable (types.ints.between 0 100) 0 ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue