diff --git a/plugin/todoer.lua b/plugin/todoer.lua index b95a87a..f61d8a9 100644 --- a/plugin/todoer.lua +++ b/plugin/todoer.lua @@ -1,4 +1,4 @@ -vim.keymap.set("n", "t", function() end, { desc = "+Todos" }) +vim.keymap.set("n", "t", function() end, { desc = "+TODOs" }) -- add new todo line when previous is already a todo