refactor(nvim): use folke for todo-comments

This commit is contained in:
Price Hiller 2022-09-11 14:24:59 -05:00
parent ea91e233ec
commit 748790eb39

View File

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