neovim-confs/lua/plugins/comment.lua

6 lines
72 B
Lua

pcall(
function()
require("nvim_comment").setup()
end
)