fix: todo-comments-nvim plugin

nixos
Moritz Böhme 2024-04-21 11:54:36 +02:00
parent b1ecc723cc
commit 42edc5bd2f
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 0 additions and 1 deletions

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 = { };
} }