v1.0.0
This commit is contained in:
17
lua/plug/ext_todo-comments.lua
Normal file
17
lua/plug/ext_todo-comments.lua
Normal file
@ -0,0 +1,17 @@
|
||||
return {
|
||||
{
|
||||
-- FIX: Tag Test
|
||||
-- TODO: Tag test
|
||||
-- HACK: Tag test
|
||||
-- WARN: Tag test
|
||||
-- PERF: Tag test
|
||||
-- NOTE: Tag test
|
||||
-- TEST: Tag test
|
||||
"folke/todo-comments.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("todo-comments").setup()
|
||||
end,
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user