mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 02:38:38 +02:00
plugins/utils: move to by-name
This commit is contained in:
parent
faff32b9f1
commit
52f125679f
195 changed files with 2 additions and 102 deletions
|
@ -1,43 +0,0 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.codesnap.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
plugins.codesnap = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
save_path = null;
|
||||
mac_window_bar = true;
|
||||
title = "CodeSnap.nvim";
|
||||
code_font_family = "CaskaydiaCove Nerd Font";
|
||||
watermark_font_family = "Pacifico";
|
||||
watermark = "CodeSnap.nvim";
|
||||
bg_theme = "default";
|
||||
bg_color = null;
|
||||
breadcrumbs_separator = "/";
|
||||
has_breadcrumbs = false;
|
||||
has_line_number = false;
|
||||
show_workspace = false;
|
||||
min_width = 0;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
example = {
|
||||
plugins.codesnap = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
save_path = "~/Pictures/Screenshots/";
|
||||
mac_window_bar = true;
|
||||
title = "CodeSnap.nvim";
|
||||
watermark = "";
|
||||
breadcrumbs_separator = "/";
|
||||
has_breadcrumbs = true;
|
||||
has_line_number = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue