nixos/pkgs/nixvim/coding.nix

17 lines
237 B
Nix
Raw Normal View History

2025-07-13 06:04:55 +08:00
{...}: {
plugins = {
# mini-pairs = {
# enable = true;
# };
# ts-comments = {
# enable = true;
# };
# mini-ai = {
# enable = true;
# };
# lazydev = {
# enable = true;
# };
};
}