addet comment-boxes to seperate file + fixed <C-C> == Comment
This commit is contained in:
parent
9523a0d8d6
commit
600c3c81a2
2 changed files with 10 additions and 8 deletions
10
lua/pika/plugins/comment-box.lua
Normal file
10
lua/pika/plugins/comment-box.lua
Normal 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
|
||||||
|
},
|
||||||
|
}
|
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue