plugins/nerdy: init

This commit is contained in:
Gaetan Lepage 2025-03-21 11:02:08 +01:00 committed by Gaétan Lepage
parent 5fca2c2dca
commit c6ed00c902
2 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{
empty = {
plugins.nerdy.enable = true;
};
with-telescope = {
plugins = {
telescope.enable = true;
web-devicons.enable = true;
nerdy = {
enable = true;
enableTelescope = true;
};
};
};
}