From 9348a948f8bb43f140cf6da0d5b2baf30c5bbc77 Mon Sep 17 00:00:00 2001 From: Thomas Lazarus Date: Mon, 10 Nov 2025 19:56:01 -0600 Subject: [PATCH] Change todo comments config --- lua/kickstart/plugins/todo-comments.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/kickstart/plugins/todo-comments.lua b/lua/kickstart/plugins/todo-comments.lua index 117112bf..ae2b0d66 100644 --- a/lua/kickstart/plugins/todo-comments.lua +++ b/lua/kickstart/plugins/todo-comments.lua @@ -1,3 +1,3 @@ -return { 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } } +return { 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = {} } -- vim: ts=2 sts=2 sw=2 et