Files
dotfiles/config/nvim/lua/plugins/todo-comments.lua
2025-02-25 11:09:00 +02:00

9 lines
225 B
Lua

-- Highlight, list and search todo comments in your projects
-- https://github.com/folke/todo-comments.nvim
return {
'folke/todo-comments.nvim',
version = '*',
dependencies = { 'nvim-lua/plenary.nvim' },
opts = {},
}