diff options
author | Squibid <me@zacharyscheiman.com> | 2025-05-31 03:32:58 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2025-05-31 03:32:58 -0400 |
commit | e830931ff421e4380d5de8b1926842000ba9be34 (patch) | |
tree | 207584548026db649bc6ab21df3b41b71ebfd830 /lua/conf/plugins/todo-comments.lua | |
parent | ef678f31fdf24c0e6c4eca9a13ad9f63a53447b9 (diff) | |
download | nvim-e830931ff421e4380d5de8b1926842000ba9be34.tar.gz nvim-e830931ff421e4380d5de8b1926842000ba9be34.tar.bz2 nvim-e830931ff421e4380d5de8b1926842000ba9be34.zip |
Diffstat (limited to 'lua/conf/plugins/todo-comments.lua')
-rw-r--r-- | lua/conf/plugins/todo-comments.lua | 3 |
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"), |