mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/vim-be-good: init
Integrate the vim-be-good plugin
This commit is contained in:
parent
8507b01e0c
commit
a1c352affc
2 changed files with 20 additions and 0 deletions
15
plugins/by-name/vim-be-good/default.nix
Normal file
15
plugins/by-name/vim-be-good/default.nix
Normal file
|
@ -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;
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.vim-be-good.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue