fix: fix errors on lsp
This commit is contained in:
parent
b3dbc8eddf
commit
c711b690b3
@ -55,6 +55,12 @@ return {
|
|||||||
['vim.lsp.util.stylize_markdown'] = true,
|
['vim.lsp.util.stylize_markdown'] = true,
|
||||||
['cmp.entry.get_documentation'] = true,
|
['cmp.entry.get_documentation'] = true,
|
||||||
},
|
},
|
||||||
|
hover = {
|
||||||
|
enabled = false,
|
||||||
|
},
|
||||||
|
signature = {
|
||||||
|
enabled = false,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
|
Loading…
Reference in New Issue
Block a user