mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 15:19:26 +02:00
fix: load nvim_comment setup from core module (#1476)
This commit is contained in:
parent
e401829193
commit
4371ddbbc7
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue