parent
16d035c031
commit
d2db2cc1cd
3 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue