fix: todo-comments-nvim plugin

This commit is contained in:
Moritz Böhme 2024-04-21 11:54:36 +02:00
parent b1ecc723cc
commit 42edc5bd2f
Signed by: moritz
GPG key ID: 970C6E89EB0547A9

View file

@ -16,7 +16,6 @@ with builtins;
}
{
plugin = todo-comments-nvim;
event = [ "BufReadPost" "BufNewFile" ];
dependencies = [{ plugin = plenary-nvim; }];
opts = { };
}