chore(nvim): replace cmp with blink.cmp

This commit is contained in:
2024-12-18 22:51:27 +00:00
parent 795eabab7b
commit 7bb2561224
4 changed files with 62 additions and 153 deletions

View File

@@ -27,8 +27,10 @@ return {
override = {
["vim.lsp.util.convert_input_to_markdown_lines"] = true,
["vim.lsp.util.stylize_markdown"] = true,
["cmp.entry.get_documentation"] = true,
},
signature = {
enabled = false
}
},
presets = {
inc_rename = true,