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