1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 12:19:26 +00:00

[neovim] Replace lsp-cmp by blink

This commit is contained in:
2025-02-02 19:28:41 +01:00
parent b40fa30e54
commit 302db332f9
10 changed files with 97 additions and 121 deletions

View File

@ -140,12 +140,10 @@ require("lazy").setup({
-- cmp plugins
{
"hrsh7th/nvim-cmp",
event = "InsertEnter",
"saghen/blink.cmp",
version = "*",
dependencies = {
"hrsh7th/cmp-buffer",
"hrsh7th/cmp-path",
"hrsh7th/cmp-nvim-lsp",
"fang2hou/blink-copilot",
},
},
@ -282,7 +280,6 @@ require("lazy").setup({
cmd = "Copilot",
event = "InsertEnter",
},
{ "zbirenbaum/copilot-cmp" },
{ "AndreM222/copilot-lualine" },
{
"copilotc-nvim/copilotchat.nvim",