summaryrefslogtreecommitdiffstats
path: root/lua/conf/plugins/todo-comments.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conf/plugins/todo-comments.lua')
-rw-r--r--lua/conf/plugins/todo-comments.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/conf/plugins/todo-comments.lua b/lua/conf/plugins/todo-comments.lua
index 24eccd0..bda84ef 100644
--- a/lua/conf/plugins/todo-comments.lua
+++ b/lua/conf/plugins/todo-comments.lua
@@ -1,3 +1,6 @@
+-- TODO: gotta rewrite this cause it's actual dogshit, and I don't want to deal
+-- with nerd fonts or folke anymore also add support for TODO(name):
+
return { "folke/todo-comments.nvim",
requires = "nvim-lua/plenary.nvim",
disable = not vim.fn.has("nvim-0.8.0"),