plugins/baleia-nvim: init

This commit is contained in:
Alison Jenkins 2024-02-14 18:38:55 +00:00 committed by Gaétan Lepage
parent 38a2018904
commit 51f6f562d1
3 changed files with 69 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
empty = {
plugins.baleia.enable = true;
};
example = {
plugins.baleia = {
enable = true;
settings = {
async = true;
colors = "NR_8";
line_starts_at = 1;
log = "INFO";
name = "BaleiaColors";
strip_ansi_codes = false;
};
};
};
}