mirror of
https://github.com/tomru/vim.git
synced 2026-03-03 06:27:18 +01:00
12 lines
295 B
Lua
12 lines
295 B
Lua
return {
|
|
'folke/todo-comments.nvim',
|
|
requires = 'nvim-lua/plenary.nvim',
|
|
config = function()
|
|
require('todo-comments').setup {
|
|
-- your configuration comes here
|
|
-- or leave it empty to use the default settings
|
|
-- refer to the configuration section below
|
|
}
|
|
end,
|
|
}
|