@@ -62,7 +62,7 @@ M.colorizer = function()
|
||||
end
|
||||
|
||||
M.comment = function()
|
||||
local present, nvim_comment = pcall(require, "nvim_comment")
|
||||
local present, nvim_comment = pcall(require, "Comment")
|
||||
if present then
|
||||
nvim_comment.setup()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user