refactor: config = true >> opts = {}

This commit is contained in:
Folke Lemaitre 2024-06-11 00:06:56 +02:00
parent 9b5d810c05
commit 7d30360df2
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 4 additions and 4 deletions

View file

@ -471,7 +471,7 @@ return {
"folke/todo-comments.nvim",
cmd = { "TodoTrouble", "TodoTelescope" },
event = "LazyFile",
config = true,
opts = {},
-- stylua: ignore
keys = {
{ "]t", function() require("todo-comments").jump_next() end, desc = "Next Todo Comment" },