Add auto completion

This commit is contained in:
2023-02-23 11:38:07 +09:00
parent 2dfa172e32
commit 9e1c3568bd
5 changed files with 86 additions and 28 deletions

View File

@@ -44,10 +44,11 @@ return {
inc_rename = true,
},
lsp = {
override = {
["vim.lsp.util.convert_input_to_markdown_lines"] = true,
["vim.lsp.util.stylize_markdown"] = true,
["cmp.entry.get_documentation"] = true,
signature = {
enabled = false,
},
hover = {
enabled = false,
},
},
views = {