mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-03 23:20:07 +05:30
c2786c7f96
- move older config to archive Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
6 lines
204 B
Lua
6 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
|