8 lines
124 B
Lua
8 lines
124 B
Lua
|
return {
|
||
|
'mini.comment',
|
||
|
event = 'DeferredUIEnter',
|
||
|
after = function()
|
||
|
require('mini.comment').setup({})
|
||
|
end,
|
||
|
}
|