mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 15:09:44 +00:00
15 lines
284 B
Lua
15 lines
284 B
Lua
return {
|
|
'folke/todo-comments.nvim',
|
|
event = 'VeryLazy',
|
|
dependencies = {
|
|
'nvim-lua/plenary.nvim',
|
|
},
|
|
opts = {
|
|
highlight = {
|
|
-- bg conflects with linehl of gitsigns
|
|
keyword = 'fg',
|
|
after = '',
|
|
},
|
|
}
|
|
}
|