Skip to content

Commit

Permalink
plugins/cord-nvim: add myself to maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Oct 11, 2024
1 parent 7d90c9a commit 177cfbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/by-name/cord-nvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -25,7 +25,7 @@ helpers.neovim-plugin.mkNeovimPlugin {
]
null
''
Log messages at or above this level.
Log messages at or above this level.
'';
};

Expand Down

0 comments on commit 177cfbe

Please sign in to comment.