1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-15 05:21:08 +01:00

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,5 @@
{
empty = {
plugins.ansiesc.enable = true;
};
}