diff --git a/lua/taken/plugins/otherplugins.lua b/lua/taken/plugins/otherplugins.lua index a05b1f1..1ac63c6 100644 --- a/lua/taken/plugins/otherplugins.lua +++ b/lua/taken/plugins/otherplugins.lua @@ -6,7 +6,7 @@ return { lazy = false, }, { - "folke/too-comments.nvim", + "folke/todo-comments.nvim", ependencies = { "nvim-lua/plenary.nvim" }, event = { "BufReadPre", "BufNewFile" }, config = true,