nixos/pkgs/nixvim/editor.nix

23 lines
374 B
Nix
Raw Normal View History

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