neovim-flake/modules/plugins/notes/todo-comments/default.nix

7 lines
64 B
Nix

{
imports = [
./todo-comments.nix
./config.nix
];
}