6 lines
99 B
Lua
6 lines
99 B
Lua
local status, comment = pcall(require, "Comment")
|
|
if not status then
|
|
return
|
|
end
|
|
|
|
comment.setup()
|