fix(nvim/wilder): add necessary plugins & packages
This commit is contained in:
parent
e22a20f503
commit
3420f6aa04
@ -1,4 +1,4 @@
|
|||||||
{
|
{pkgs, ...}: {
|
||||||
plugins.wilder = {
|
plugins.wilder = {
|
||||||
enable = true;
|
enable = true;
|
||||||
modes = [":" "/" "?"];
|
modes = [":" "/" "?"];
|
||||||
@ -40,4 +40,7 @@
|
|||||||
) ''
|
) ''
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extraPlugins = with pkgs.vimPlugins; [cpsm];
|
||||||
|
extraPackages = with pkgs; [fd];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user