mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 13:24:28 +02:00
plugins/mark-radar: refactor + tests (#287)
This commit is contained in:
parent
cbae935d89
commit
5ae654b74d
2 changed files with 69 additions and 29 deletions
17
tests/test-sources/plugins/utils/mark-radar.nix
Normal file
17
tests/test-sources/plugins/utils/mark-radar.nix
Normal 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";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue