15 lines
284 B
Lua
15 lines
284 B
Lua
return {
|
|
{
|
|
"echasnovski/mini.comment",
|
|
version = "*",
|
|
event = "VeryLazy",
|
|
opts = {
|
|
options = {
|
|
custom_commentstring = function()
|
|
return require("ts_context_commentstring.internal").calculate_commentstring()
|
|
or vim.bo.commentstring
|
|
end,
|
|
},
|
|
},
|
|
},
|
|
}
|