nixvim-config/config/plugins/utils/todo-comments.nix

6 lines
64 B
Nix

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