comfortable, but python not formatting
This commit is contained in:
parent
f15af9b8be
commit
fc4c1c2612
24 changed files with 754 additions and 548 deletions
18
lua/plugins/comments.lua
Normal file
18
lua/plugins/comments.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
'numToStr/Comment.nvim',
|
||||
opts = {
|
||||
toggler = {
|
||||
---Line-comment toggle keymap
|
||||
line = '++',
|
||||
---Block-comment toggle keymap
|
||||
block = '++',
|
||||
},
|
||||
opleader = {
|
||||
---Line-comment keymap
|
||||
line = '++',
|
||||
---Block-comment keymap
|
||||
block = '++',
|
||||
},
|
||||
},
|
||||
lazy = false,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue