Remove all usages of nvim-cmp in favor of blink

This commit is contained in:
Martin Larsson 2024-11-03 02:17:23 +01:00
parent dfbb5c8834
commit eb34dcec65
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ return {
override = {
["vim.lsp.util.convert_input_to_markdown_lines"] = true,
["vim.lsp.util.stylize_markdown"] = true,
["cmp.entry.get_documentation"] = true, -- requires hrsh7th/nvim-cmp
-- ["cmp.entry.get_documentation"] = true, -- requires hrsh7th/nvim-cmp
},
},
presets = {