浏览代码

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

Jakpat Mingmongkolmitr 3 年之前
父节点
当前提交
4371ddbbc7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lua/plugins.lua

+ 1 - 1
lua/plugins.lua

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