Fix bad method reference
This commit is contained in:
parent
2248d49eb8
commit
2e189530ee
|
@ -527,7 +527,7 @@ local highlights = {
|
||||||
NERDTreeLinkTarget = {link='Tag' },
|
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.LspDiagnosticsError = {link='CocErrorHighlight'}
|
||||||
highlights.LspDiagnosticsErrorFloating = {link='ErrorMsg'}
|
highlights.LspDiagnosticsErrorFloating = {link='ErrorMsg'}
|
||||||
highlights.LspDiagnosticsErrorSign = {link='CocErrorSign'}
|
highlights.LspDiagnosticsErrorSign = {link='CocErrorSign'}
|
||||||
|
|
Loading…
Reference in New Issue