plugins/mark-radar: migrate to mkNeovimPlugin

This commit is contained in:
Austin Horstman 2025-02-01 17:45:30 -06:00
parent 0827c5cb6c
commit b0906aca2e
No known key found for this signature in database
2 changed files with 37 additions and 39 deletions

View file

@ -7,10 +7,15 @@
plugins.mark-radar = {
enable = true;
setDefaultMappings = true;
highlightGroup = "RadarMark";
backgroundHighlight = true;
backgroundHighlightGroup = "RadarBackground";
settings = {
set_default_mappings = true;
highlight_group = "RadarMark";
background_highlight = true;
background_highlight_group = "RadarBackground";
text_position = "overlay";
show_marks_at_jump_positions = true;
show_off_screen_marks = true;
};
};
};
}