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.

9 lines
230 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";
2025-06-18 02:42:47 +03:00
description = "Vim plugin to conceal ANSI escape sequences in the text.";
2025-06-09 19:09:59 +02:00
maintainers = [ lib.maintainers.GaetanLepage ];
}