mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
9 lines
225 B
Lua
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 = {},
|
|
}
|