Fix bad method reference

This commit is contained in:
Iron_E 2020-06-23 23:04:28 -04:00
parent 2248d49eb8
commit 2e189530ee
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ local highlights = {
NERDTreeLinkTarget = {link='Tag' },
}
if vim.api.call_function('has', {'nvim-0.5'}) then
if vim.api.nvim_call_function('has', {'nvim-0.5'}) then
highlights.LspDiagnosticsError = {link='CocErrorHighlight'}
highlights.LspDiagnosticsErrorFloating = {link='ErrorMsg'}
highlights.LspDiagnosticsErrorSign = {link='CocErrorSign'}