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