nix-dots/pkgs/nvim/config/utils/todo-comments.nix

6 lines
56 B
Nix

{
plugins.todo-comments = {
enable = true;
};
}