9 lines
249 B
Lua
9 lines
249 B
Lua
-- Highlight, list and search todo comments in your projects
|
|
-- https://github.com/folke/todo-comments.nvim
|
|
return {
|
|
"m4xshen/hardtime.nvim",
|
|
lazy = false,
|
|
dependencies = { "MunifTanjim/nui.nvim" },
|
|
opts = {},
|
|
enabled = false,
|
|
}
|