1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
nixvim/plugins/by-name/vim-be-good/default.nix
Matt Sturgeon fe059cd395 flake: add nixf-diagnose to treefmt config
Checks nixd's diagnostic lints using libnixf.
2025-10-01 00:42:40 +00:00

15 lines
398 B
Nix

{ lib, ... }:
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;
}