5 lines
91 B
Lua
5 lines
91 B
Lua
|
|
local ok, comment = pcall(require, "Comment")
|
||
|
|
if (not ok) then return end
|
||
|
|
|
||
|
|
comment.setup()
|