refactor(nvim): use more up to date fork from todo comments

This commit is contained in:
Price Hiller 2022-08-20 22:07:52 -05:00
parent 6048ab2be3
commit 57aa032d40

View File

@ -490,7 +490,7 @@ return packer.startup({
-- Highlight certain comments, TODO, BUG, etc.
use({
"folke/todo-comments.nvim",
"B4mbus/todo-comments.nvim",
event = "BufEnter",
config = function()
require("todo-comments").setup({})