mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-16 12:14:32 +02:00
plugins/mark-radar: migrate to mkNeovimPlugin
This commit is contained in:
parent
0827c5cb6c
commit
b0906aca2e
2 changed files with 37 additions and 39 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue