mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-15 03:34:31 +02:00
lib: remove maintainers
alias
This commit is contained in:
parent
cb2b76c1a9
commit
d718446b61
26 changed files with 32 additions and 30 deletions
|
@ -9,7 +9,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
name = "orgmode";
|
||||
originalName = "nvim-orgmode";
|
||||
|
||||
maintainers = [ lib.nixvim.maintainers.refaelsh ];
|
||||
maintainers = [ lib.maintainers.refaelsh ];
|
||||
|
||||
settingsOptions = {
|
||||
org_agenda_files = defaultNullOpts.mkNullable (with lib.types; either str (listOf str)) "" ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue