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