pkg(nixvim): Add which-key plugin
This commit is contained in:
parent
f764a607c0
commit
9238672dad
2 changed files with 18 additions and 4 deletions
|
|
@ -1,14 +1,11 @@
|
|||
{...}: {
|
||||
plugins = {
|
||||
youthlic.plugins = {
|
||||
# grug-far = {
|
||||
# enable = true;
|
||||
# };
|
||||
# flash = {
|
||||
# enable = true;
|
||||
# };
|
||||
# which-key = {
|
||||
# enable = true;
|
||||
# };
|
||||
# gitsigns = {
|
||||
# enable = true;
|
||||
# };
|
||||
|
|
|
|||
17
pkgs/nixvim/editor/which-key.nix
Normal file
17
pkgs/nixvim/editor/which-key.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{...}: {
|
||||
youthlic.plugins = {
|
||||
which-key = {
|
||||
enable = true;
|
||||
settings = {
|
||||
preset = "helix";
|
||||
win = {
|
||||
no_overlap = false;
|
||||
};
|
||||
show_help = false;
|
||||
};
|
||||
};
|
||||
web-devicons = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue