diff --git a/lua/plugins/todo-comments.lua b/lua/plugins/todo-comments.lua new file mode 100644 index 0000000..5e46109 --- /dev/null +++ b/lua/plugins/todo-comments.lua @@ -0,0 +1,8 @@ +return { + { + "folke/todo-comments.nvim", + event = "VimEnter", + dependencies = { "nvim-lua/plenary.nvim" }, + opts = { signs = false }, + }, +}