From af79b48bf04ca8f4faddacd8d5f77c3d6ce91920 Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 17 Mar 2024 16:36:38 +0100 Subject: [PATCH] Typo smh --- lua/taken/plugins/otherplugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,