chezmoi/private_dot_config/nvim/after/plugin/comment.rc.lua

5 lines
91 B
Lua

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