nix-community.nixvim/plugins/by-name/ansiesc/default.nix

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

8 lines
154 B
Nix
Raw Normal View History

2025-06-09 19:09:59 +02:00
{ lib, ... }:
lib.nixvim.plugins.mkVimPlugin {
name = "ansiesc";
package = "vim-plugin-AnsiEsc";
maintainers = [ lib.maintainers.GaetanLepage ];
}