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

5 lines
91 B
Lua
Raw Normal View History

2025-07-16 17:22:02 +00:00
local ok, comment = pcall(require, "Comment")
if (not ok) then return end
comment.setup()