first commit
This commit is contained in:
16
lua/kickstart/plugins/todo-comments.lua
Normal file
16
lua/kickstart/plugins/todo-comments.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
-- Todo Comments
|
||||
-- https://github.com/folke/todo-comments.nvim
|
||||
|
||||
return {
|
||||
-- Highlight todo, notes, etc in comments
|
||||
{
|
||||
'folke/todo-comments.nvim',
|
||||
event = 'VimEnter',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim'
|
||||
},
|
||||
opts = {
|
||||
signs = false
|
||||
}
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user