mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-08 00:04:33 +02:00
7 lines
154 B
Nix
7 lines
154 B
Nix
{ lib, ... }:
|
|
lib.nixvim.plugins.mkVimPlugin {
|
|
name = "ansiesc";
|
|
package = "vim-plugin-AnsiEsc";
|
|
|
|
maintainers = [ lib.maintainers.GaetanLepage ];
|
|
}
|