mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-12 08:50:30 -07:00
10 lines
257 B
Lua
10 lines
257 B
Lua
return {
|
|
"folke/todo-comments.nvim",
|
|
dependencies = { "nvim-lua/plenary.nvim" },
|
|
lazy = false,
|
|
opts = {
|
|
-- your configuration comes here
|
|
-- or leave it empty to use the default settings
|
|
-- refer to the configuration section below
|
|
},
|
|
}
|