This repository has been archived on 2025-12-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
nvim-old/lua/haelnorr/lazy/todo-comments.lua
2024-06-17 20:48:58 +10:00

9 lines
141 B
Lua

return {
'folke/todo-comments.nvim',
event = 'VimEnter',
dependencies = {
'nvim-lua/plenary.nvim'
},
opts = {}
}