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:
@ -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",
|
||||
|
Reference in New Issue
Block a user