mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-01 16:45:07 +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 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
originalName = "cyberdream.nvim";
|
||||
package = "cyberdream-nvim";
|
||||
|
||||
maintainers = [ lib.nixvim.maintainers.AndresBermeoMarinelli ];
|
||||
maintainers = [ lib.maintainers.AndresBermeoMarinelli ];
|
||||
|
||||
settingsOptions = {
|
||||
transparent = defaultNullOpts.mkBool false ''
|
||||
|
|
|
@ -6,7 +6,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
colorscheme = "dracula";
|
||||
isColorscheme = true;
|
||||
|
||||
maintainers = [ lib.nixvim.maintainers.refaelsh ];
|
||||
maintainers = [ lib.maintainers.refaelsh ];
|
||||
|
||||
settingsExample = {
|
||||
italic_comment = true;
|
||||
|
|
|
@ -10,7 +10,7 @@ lib.nixvim.vim-plugin.mkVimPlugin {
|
|||
isColorscheme = true;
|
||||
globalPrefix = "everforest_";
|
||||
|
||||
maintainers = [ lib.nixvim.maintainers.sheemap ];
|
||||
maintainers = [ lib.maintainers.sheemap ];
|
||||
|
||||
settingsOptions = {
|
||||
background =
|
||||
|
|
|
@ -12,7 +12,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
package = "modus-themes-nvim";
|
||||
isColorscheme = true;
|
||||
|
||||
maintainers = [ lib.nixvim.maintainers.nwjsmith ];
|
||||
maintainers = [ lib.maintainers.nwjsmith ];
|
||||
|
||||
settingsOptions = {
|
||||
style =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue