mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/vimade: init
This commit is contained in:
parent
913a3521ab
commit
6297f4c01a
2 changed files with 178 additions and 0 deletions
32
plugins/by-name/vimade/default.nix
Normal file
32
plugins/by-name/vimade/default.nix
Normal file
|
@ -0,0 +1,32 @@
|
|||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "vimade";
|
||||
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
settingsExample = {
|
||||
fadelevel = 0.7;
|
||||
recipe = [
|
||||
"duo"
|
||||
{ animate = true; }
|
||||
];
|
||||
tint = {
|
||||
bg = {
|
||||
rgb = [
|
||||
255
|
||||
255
|
||||
255
|
||||
];
|
||||
intensity = 0.1;
|
||||
};
|
||||
fg = {
|
||||
rgb = [
|
||||
255
|
||||
255
|
||||
255
|
||||
];
|
||||
intensity = 0.1;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue