mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
plugins/cybu: init
This commit is contained in:
parent
39443b9f57
commit
a3792ed5fd
2 changed files with 122 additions and 0 deletions
25
plugins/by-name/cybu/default.nix
Normal file
25
plugins/by-name/cybu/default.nix
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "cybu";
|
||||
package = "cybu-nvim";
|
||||
|
||||
maintainers = [ lib.maintainers.Fovir ];
|
||||
|
||||
settingsExample = {
|
||||
behavior = {
|
||||
mode = {
|
||||
default = {
|
||||
switch = "immediate";
|
||||
view = "rolling";
|
||||
};
|
||||
last_used = {
|
||||
switch = "on_close";
|
||||
update_on = "buf_enter";
|
||||
view = "paging";
|
||||
};
|
||||
};
|
||||
};
|
||||
display_time = 750;
|
||||
style.devicons.enabled = false;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue