mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/ansiesc: init
This commit is contained in:
parent
2b6f694b48
commit
73417a761e
2 changed files with 12 additions and 0 deletions
7
plugins/by-name/ansiesc/default.nix
Normal file
7
plugins/by-name/ansiesc/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkVimPlugin {
|
||||
name = "ansiesc";
|
||||
package = "vim-plugin-AnsiEsc";
|
||||
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
}
|
5
tests/test-sources/plugins/by-name/ansiesc/default.nix
Normal file
5
tests/test-sources/plugins/by-name/ansiesc/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.ansiesc.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue