From 18f15c5ab3979f102da542e4427e0a53599ff068 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sat, 31 May 2025 01:14:00 +0200 Subject: [PATCH] Switch back to main repo for todo comments --- nvim/dot-config/nvim/lua/plugins/todo-comments.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nvim/dot-config/nvim/lua/plugins/todo-comments.lua b/nvim/dot-config/nvim/lua/plugins/todo-comments.lua index 7e0caa2..daea378 100644 --- a/nvim/dot-config/nvim/lua/plugins/todo-comments.lua +++ b/nvim/dot-config/nvim/lua/plugins/todo-comments.lua @@ -4,9 +4,7 @@ local diagnostic = require("symbols.diagnostic") --- @module "lazy" --- @type LazySpec return { - -- 'folke/todo-comments.nvim', - -- NOTE: This fork highlights the entire matched word, not just the keyword. - "doongjohn/todo-comments.nvim", + "folke/todo-comments.nvim", dependencies = { "nvim-lua/plenary.nvim", },