mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-09 11:13:49 +00:00
6 lines
184 B
Lua
6 lines
184 B
Lua
|
-- Highlight todo, notes, etc in comments
|
||
|
return {
|
||
|
{ 'folke/todo-comments.nvim', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
|
||
|
}
|
||
|
-- vim: ts=2 sts=2 sw=2 et
|