dotfiles/.config/nvim/lua/plugins/comment.lua

7 lines
99 B
Lua
Raw Normal View History

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