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/ansiesc/default.nix

8 lines
230 B
Nix

{ lib, ... }:
lib.nixvim.plugins.mkVimPlugin {
name = "ansiesc";
package = "vim-plugin-AnsiEsc";
description = "Vim plugin to conceal ANSI escape sequences in the text.";
maintainers = [ lib.maintainers.GaetanLepage ];
}