fix: fix errors on lsp

This commit is contained in:
fiplox 2023-04-09 18:27:34 +02:00
parent b3dbc8eddf
commit c711b690b3
1 changed files with 6 additions and 0 deletions

View File

@ -55,6 +55,12 @@ return {
['vim.lsp.util.stylize_markdown'] = true,
['cmp.entry.get_documentation'] = true,
},
hover = {
enabled = false,
},
signature = {
enabled = false,
},
},
}
end,