correct error

This commit is contained in:
2024-11-17 21:47:31 -05:00
parent 5df9e1773d
commit b597839592
2 changed files with 5 additions and 7 deletions
+4
View File
@@ -1,4 +1,8 @@
return {
"LudoPinelli/comment-box.nvim",
lazy = true,
keys = {
{ "<leader>Cb", "<cmd>CBllbox19<CR>", desc = "Insert a default comment box" },
{ "<leader>Cl", "<cmd>CBccline6<CR>", desc = "Insert a default comment line" },
},
}