plugin: Use Comment.nvim | Resolve #646 & #626

This commit is contained in:
Akianonymus 2021-12-11 22:23:09 +05:30 committed by siduck
parent 16d035c031
commit d2db2cc1cd
3 changed files with 6 additions and 5 deletions

View file

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