update
This commit is contained in:
parent
2100726468
commit
3a76bbf0c6
14 changed files with 397 additions and 178 deletions
11
lua/plugins/mini-comment.lua
Normal file
11
lua/plugins/mini-comment.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
'echasnovski/mini.comment',
|
||||
event = 'VeryLazy',
|
||||
opts = {
|
||||
options = {
|
||||
custom_commentstring = function()
|
||||
return require('ts_context_commentstring.internal').calculate_commentstring() or vim.bo.commentstring
|
||||
end,
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue