Skip to content

Commit

Permalink
plugins/cord-nvim: fixed code and cleanup
Browse files Browse the repository at this point in the history
Co-authored-by: Gaétan Lepage <[email protected]>
  • Loading branch information
Eveeifyeve and GaetanLepage committed Jan 7, 2025
1 parent c80df30 commit 63008b9
Show file tree
Hide file tree
Showing 2 changed files with 5 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,13 +8,13 @@ let
in
lib.nixvim.neovim-plugin.mkNeovimPlugin {
name = "cord-nvim";
originalName = "cord.nvim";
luaName = "cord";
packPathName = "cord.nvim";
moduleName = "cord";
package = "cord-nvim";
maintainers = [ lib.maintainers.eveeifyeve ];

settingsOptions = {
usercmds = lib.nixvim.defaultNullOpts.mkBool false ''
usercmds = defaultNullOpts.mkBool false ''
Enables user commands
'';

Expand Down
2 changes: 2 additions & 0 deletions tests/test-sources/plugins/by-name/cord-nvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
test.runNvim = true;
plugins.cord-nvim = {
enable = true;

settings = {
usercmd = false;
log_level = null;
Expand All @@ -22,6 +23,7 @@
test.runNvim = false;
plugins.cord-nvim = {
enable = true;

settings = {
usercmd = false;
};
Expand Down

0 comments on commit 63008b9

Please sign in to comment.