2024-01-09 16:26:14 +03:00

3 lines
88 B
Lua
Executable File

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