summaryrefslogtreecommitdiff
path: root/dot_config/nvim/lua/ibrahim/plugins/todo-comments.lua
blob: b47cb518fe1d21d06788ee5b699460e91c5c9e14 (plain)
1
2
3
4
5
6
return {
	"folke/todo-comments.nvim",
	event = "VimEnter",
	dependencies = { "nvim-lua/plenary.nvim" },
	opts = { signs = false },
}