Skip to content

Commit

Permalink
plugins/vim-be-good: init
Browse files Browse the repository at this point in the history
Integrate the vim-be-good plugin
  • Loading branch information
347Online committed Nov 25, 2024
1 parent 8507b01 commit a1c352a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions plugins/by-name/vim-be-good/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{ lib, pkgs, ... }:
lib.nixvim.neovim-plugin.mkNeovimPlugin {
name = "vim-be-good";
package = "vim-be-good";

description = ''
Vim be good is a plugin designed to make you better at vim by creating a game to practice basic movements in.
Learn more: https://github.com/ThePrimeagen/vim-be-good
'';

maintainers = [ lib.maintainers.KatieJanzen ];

callSetup = false;
hasSettings = false;
}
5 changes: 5 additions & 0 deletions tests/test-sources/plugins/by-name/vim-be-good/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
empty = {
plugins.vim-be-good.enable = true;
};
}

0 comments on commit a1c352a

Please sign in to comment.