fix(coc_nvim): fix coc_nvim not working

Fix coc_nvim not working because I forgot returning M in the end
dev
Vinícius Bispo 2 years ago committed by GitHub
parent 12e5ccfc90
commit 23f93a27d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,3 +23,5 @@ function M.get(cp)
CocWarningSign = { fg = warning },
}
end
return M

Loading…
Cancel
Save