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

@ -3,7 +3,7 @@ return {
dependencies = { dependencies = {
"nvim-lua/plenary.nvim", "nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
"hrsh7th/nvim-cmp", -- "hrsh7th/nvim-cmp",
{ 'echasnovski/mini.diff', version = false }, { 'echasnovski/mini.diff', version = false },
{ "stevearc/dressing.nvim", opts = {} }, { "stevearc/dressing.nvim", opts = {} },
}, },

View file

@ -20,7 +20,7 @@ return {
override = { override = {
["vim.lsp.util.convert_input_to_markdown_lines"] = true, ["vim.lsp.util.convert_input_to_markdown_lines"] = true,
["vim.lsp.util.stylize_markdown"] = 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 = { presets = {