nixos/pkgs/nixvim/editor.nix

15 lines
214 B
Nix
Raw Normal View History

2025-07-13 06:04:55 +08:00
{ ... }:
{
2025-07-13 06:04:55 +08:00
youthlic.plugins = {
2025-07-13 06:04:55 +08:00
# grug-far = {
# enable = true;
# };
# flash = {
# enable = true;
# };
# todo-comments = {
# enable = true;
# };
};
}