From 2743447f90533adf58821ecd69584e797889039f Mon Sep 17 00:00:00 2001 From: Borja FMS Date: Thu, 18 Jul 2024 10:21:31 +0200 Subject: [PATCH] vuelve a lo normal --- plugin/todoer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/todoer.lua b/plugin/todoer.lua index de1e3d3..b95a87a 100644 --- a/plugin/todoer.lua +++ b/plugin/todoer.lua @@ -1,4 +1,4 @@ -vim.keymap.set("n", "t", function() end, { icon = "github", desc = "+Todos" }) +vim.keymap.set("n", "t", function() end, { desc = "+Todos" }) -- add new todo line when previous is already a todo