Files
kickstart.nvim/plugins/todo-comments.lua
2026-04-26 18:06:10 +02:00

12 lines
276 B
Lua

---@module 'lazy'
---@type LazySpec
return {
'folke/todo-comments.nvim',
event = 'VimEnter',
dependencies = { 'nvim-lua/plenary.nvim' },
---@module 'todo-comments'
---@type TodoOptions
---@diagnostic disable-next-line: missing-fields
opts = { signs = false },
}