up
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
-- Todo Comments
|
||||
-- todo-comments
|
||||
--
|
||||
-- todo-comments is a lua plugin for Neovim >= 0.8.0 to highlight
|
||||
-- and search for todo comments like TODO, HACK, BUG in your code base.
|
||||
--
|
||||
-- https://github.com/folke/todo-comments.nvim
|
||||
--
|
||||
|
||||
return {
|
||||
-- Highlight todo, notes, etc in comments
|
||||
@@ -7,10 +12,11 @@ return {
|
||||
'folke/todo-comments.nvim',
|
||||
event = 'VimEnter',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim'
|
||||
'nvim-lua/plenary.nvim',
|
||||
},
|
||||
opts = {
|
||||
signs = false
|
||||
}
|
||||
signs = false,
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user