addet comment-boxes to seperate file + fixed <C-C> == Comment

This commit is contained in:
pika 2024-06-25 11:29:28 +02:00
parent 9523a0d8d6
commit 600c3c81a2
2 changed files with 10 additions and 8 deletions

View file

@ -0,0 +1,10 @@
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
},
}

View file

@ -1,12 +1,4 @@
return { 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
},
"numToStr/Comment.nvim", "numToStr/Comment.nvim",
event = { "BufReadPre", "BufNewFile" }, event = { "BufReadPre", "BufNewFile" },
dependencies = { dependencies = {