fix(nvim/wilder): add necessary plugins & packages

This commit is contained in:
Michael Thomas 2024-06-29 14:19:19 -04:00
parent e22a20f503
commit 3420f6aa04

View File

@ -1,4 +1,4 @@
{
{pkgs, ...}: {
plugins.wilder = {
enable = true;
modes = [":" "/" "?"];
@ -40,4 +40,7 @@
) ''
];
};
extraPlugins = with pkgs.vimPlugins; [cpsm];
extraPackages = with pkgs; [fd];
}