diff --git a/lua/plugins/comments.lua b/lua/plugins/comments.lua new file mode 100644 index 0000000..0b903ef --- /dev/null +++ b/lua/plugins/comments.lua @@ -0,0 +1,15 @@ +return { + -- add this to your lua/plugins.lua, lua/plugins/init.lua, or the file you keep your other plugins: + { + "numToStr/Comment.nvim", + opts = { + -- add any options here + }, + lazy = false, + }, + { + "folke/todo-comments.nvim", + dependencies = { "nvim-lua/plenary.nvim" }, + opts = {}, + }, +}