diff options
| -rw-r--r-- | lua/plugins.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lua/plugins.lua b/lua/plugins.lua index 8a0692f2..98721c6c 100644 --- a/lua/plugins.lua +++ b/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,    }, | 
