nix-community.nixvim/plugins/by-name/vim-be-good/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
404 B
Nix
Raw Normal View History

{ lib, pkgs, ... }:
2024-12-22 09:58:27 +00:00
lib.nixvim.plugins.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;
}