mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 23:16:47 +00:00
mig packer to lazy and archive
Signed-off-by: d0zingcat <leewtang@gmail.com>
This commit is contained in:
14
nvim/lua/plugins/todo-comments.lua
Normal file
14
nvim/lua/plugins/todo-comments.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
'folke/todo-comments.nvim',
|
||||
event = 'VeryLazy',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
},
|
||||
opts = {
|
||||
highlight = {
|
||||
-- bg conflects with linehl of gitsigns
|
||||
keyword = 'fg',
|
||||
after = '',
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user