3 lines
88 B
Lua
Executable File
3 lines
88 B
Lua
Executable File
local status, comment = pcall(require, 'Comment')
|
|
if (status) then comment.setup {} end
|