mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 12:05:06 +02:00
5 lines
204 B
Lua
5 lines
204 B
Lua
-- Highlight todo, notes, etc in comments
|
|
return {
|
|
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
|
|
}
|
|
-- vim: ts=2 sts=2 sw=2 et
|