summaryrefslogtreecommitdiff
path: root/dot_config/nvim/lua/plugins/todo-comments.lua
blob: 898f4669c6d1b96be4b39457f94b3989b111f4f1 (plain)
1
return { 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } }