Explorar o código

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

Jakpat Mingmongkolmitr %!s(int64=3) %!d(string=hai) anos
pai
achega
4371ddbbc7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lua/plugins.lua

+ 1 - 1
lua/plugins.lua

@@ -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,
   },