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 = {
"nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter",
"hrsh7th/nvim-cmp",
-- "hrsh7th/nvim-cmp",
{ 'echasnovski/mini.diff', version = false },
{ "stevearc/dressing.nvim", opts = {} },
},