mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
17 lines
250 B
Nix
17 lines
250 B
Nix
{
|
|
empty = {
|
|
plugins.nerdy.enable = true;
|
|
};
|
|
|
|
with-telescope = {
|
|
plugins = {
|
|
telescope.enable = true;
|
|
web-devicons.enable = true;
|
|
|
|
nerdy = {
|
|
enable = true;
|
|
enableTelescope = true;
|
|
};
|
|
};
|
|
};
|
|
}
|