From 82e66305758154acce3e898da10864fdbea1dbb8 Mon Sep 17 00:00:00 2001 From: rootiest Date: Tue, 5 Nov 2024 05:53:54 -0500 Subject: [PATCH] fix: correct condition for todo comments --- lua/plugins/editor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 93f1a5f..b8af0ee 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -107,7 +107,7 @@ return { { -- Todo Comments "folke/todo-comments.nvim", opts = data.types.todo.opts, - cond = data.types.todo.cond, + cond = data.cond.todo, enabled = true, }, { -- Rainbow Delimeters