2024-05-20 00:24:08 +00:00
|
|
|
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
|
2024-05-20 00:42:48 +00:00
|
|
|
toggler = {
|
|
|
|
line = "<C-_>",
|
|
|
|
},
|
|
|
|
opleader = {
|
|
|
|
line = "<C-_>",
|
|
|
|
},
|
2024-05-20 00:24:08 +00:00
|
|
|
},
|
|
|
|
lazy = false,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"folke/todo-comments.nvim",
|
|
|
|
dependencies = { "nvim-lua/plenary.nvim" },
|
|
|
|
},
|
|
|
|
}
|