fix (#740) | lazy load lspconfig on nvim_cmp_lsp module
This commit is contained in:
parent
20e8249efa
commit
ee5b79d3d4
4 changed files with 10 additions and 31 deletions
|
|
@ -169,7 +169,7 @@ default.git_branch = {
|
|||
}
|
||||
|
||||
default.diagnostic = {
|
||||
errors = {
|
||||
error = {
|
||||
provider = "diagnostic_errors",
|
||||
enabled = function()
|
||||
return default.lsp.diagnostics_exist(default.lsp_severity.ERROR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue