2023-03-05 02:35:08 +03:00

5 lines
99 B
Lua

local status, comment = pcall(require, 'Comment')
if (not status) then return end
comment.setup()