mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2026-01-29 09:23:02 +01:00
6 lines
137 B
Lua
6 lines
137 B
Lua
return {
|
|
"folke/todo-comments.nvim",
|
|
event = 'VimEnter',
|
|
dependencies = { "nvim-lua/plenary.nvim" },
|
|
opts = { signs = false },
|
|
}
|