nix-community.nixvim/tests/test-sources/plugins/by-name/nerdy/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
250 B
Nix
Raw Normal View History

2025-03-21 11:02:08 +01:00
{
empty = {
plugins.nerdy.enable = true;
};
with-telescope = {
plugins = {
telescope.enable = true;
web-devicons.enable = true;
nerdy = {
enable = true;
enableTelescope = true;
};
};
};
}