Files
dotfiles/.config/nvim/lua/plugins/comment-box.lua
T
2024-11-29 17:15:32 -05:00

13 lines
294 B
Lua

return {
'LudoPinelli/comment-box.nvim',
event = { 'BufReadPre', 'BufNewFile', 'VeryLazy' },
opts = {
doc_width = 80,
box_width = 60,
line_width = 70,
outer_blank_lines_above = true,
outer_blank_lines_below = true,
inner_blank_lines = true,
},
}