plugins/utils: move to by-name

This commit is contained in:
Matt Sturgeon 2024-09-04 17:14:16 +01:00
parent faff32b9f1
commit 52f125679f
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
195 changed files with 2 additions and 102 deletions

View file

@ -1,40 +0,0 @@
_: {
empty = {
plugins.comment-box.enable = true;
};
defaults = {
plugins.comment-box = {
enable = true;
settings = {
comment_style = "line";
doc_width = 80;
box_width = 60;
borders = {
top = "";
bottom = "";
left = "";
right = "";
top_left = "";
top_right = "";
bottom_left = "";
bottom_right = "";
};
line_width = 70;
lines = {
line = "";
line_start = "";
line_end = "";
title_left = "";
title_right = "";
};
outer_blank_lines_above = false;
outer_blank_lines_below = false;
inner_blank_lines = false;
line_blank_line_above = false;
line_blank_line_below = false;
};
};
};
}