1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-07-02 13:20:27 +00:00
dotfiles/.config/nvim/lua/user/comment.lua

7 lines
106 B
Lua

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