plugins/mark-radar: refactor + tests (#287)

This commit is contained in:
Gaétan Lepage 2023-03-24 13:11:46 +01:00 committed by GitHub
parent cbae935d89
commit 5ae654b74d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 69 additions and 29 deletions

View file

@ -0,0 +1,17 @@
{
empty = {
plugins.mark-radar.enable = true;
};
# All the upstream default options of mark-radar
defaults = {
plugins.mark-radar = {
enable = true;
setDefaultMappings = true;
highlightGroup = "RadarMark";
backgroundHighlight = true;
backgroundHighlightGroup = "RadarBackground";
};
};
}