nvim/lua/plugins/todo-comments.lua

6 lines
100 B
Lua
Raw Permalink Normal View History

2024-02-26 19:26:25 +00:00
return {
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
opts = {},
}