plugins/ansiesc: init

This commit is contained in:
Gaetan Lepage 2025-06-09 19:09:59 +02:00 committed by Gaétan Lepage
parent 2b6f694b48
commit 73417a761e
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ lib, ... }:
lib.nixvim.plugins.mkVimPlugin {
name = "ansiesc";
package = "vim-plugin-AnsiEsc";
maintainers = [ lib.maintainers.GaetanLepage ];
}

View file

@ -0,0 +1,5 @@
{
empty = {
plugins.ansiesc.enable = true;
};
}