Files
dotfiles/config/nvim/lua/plugins/todo-comments.lua
2024-10-03 01:51:39 +03: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 = {},
}