From 177cfbe62595227e8cc33874fb1cee3cf92adad7 Mon Sep 17 00:00:00 2001 From: eveeifyeve <88671402+Eveeifyeve@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:52:05 +1100 Subject: [PATCH] plugins/cord-nvim: add myself to maintainers --- plugins/by-name/cord-nvim/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/by-name/cord-nvim/default.nix b/plugins/by-name/cord-nvim/default.nix index 07ea5d8479..3ea89b1b76 100644 --- a/plugins/by-name/cord-nvim/default.nix +++ b/plugins/by-name/cord-nvim/default.nix @@ -8,11 +8,11 @@ helpers.neovim-plugin.mkNeovimPlugin { name = "cord-nvim"; originalName = "cord.nvim"; package = "cord-nvim"; - maintainers = [ ]; + maintainers = [ lib.maintainers.eveeifyeve ]; settingsOptions = { usercmds = helpers.defaultNullOpts.mkBool false '' - Enables user commands + Enables user commands ''; log_level = helpers.defaultNullOpts.mkEnum @@ -25,7 +25,7 @@ helpers.neovim-plugin.mkNeovimPlugin { ] null '' - Log messages at or above this level. + Log messages at or above this level. ''; };