Some checks are pending
Check Lua Formatting in MyRepo / Stylua Check (push) Waiting to run
7 lines
179 B
Lua
Executable file
7 lines
179 B
Lua
Executable file
-- Highlight todo, notes, etc in comments
|
|
return {
|
|
'folke/todo-comments.nvim',
|
|
event = 'VimEnter',
|
|
dependencies = { 'nvim-lua/plenary.nvim' },
|
|
opts = { signs = false },
|
|
}
|