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

5 lines
64 B
Nix

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