10 lines
224 B
Lua
10 lines
224 B
Lua
return {
|
|
"LudoPinelli/comment-box.nvim",
|
|
lazy = false,
|
|
opts = {
|
|
comment_style = "line",
|
|
doc_width = 90, -- width of the document
|
|
box_width = 75, -- width of the boxes
|
|
line_width = 120, -- width of the lines
|
|
},
|
|
}
|