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
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9

View file

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