fix: load nvim_comment setup from core module (#1476)

This commit is contained in:
Jakpat Mingmongkolmitr 2021-09-06 00:17:17 +07:00 committed by GitHub
parent e401829193
commit 4371ddbbc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,7 @@ return {
"terrortylor/nvim-comment",
event = "BufRead",
config = function()
require("nvim_comment").setup()
require("core.comment").setup()
end,
disable = not lvim.builtin.comment.active,
},