1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2026-07-23 23:25:45 +00:00

[neovim] Remove copilot support

This commit is contained in:
2026-06-26 18:32:13 +02:00
parent c5b9bf92d9
commit e9445d5934
7 changed files with 157 additions and 158 deletions
+9 -9
View File
@@ -125,9 +125,9 @@ require("lazy").setup({
{
"saghen/blink.cmp",
version = "*",
dependencies = {
"fang2hou/blink-copilot",
},
-- dependencies = {
-- "fang2hou/blink-copilot",
-- },
},
-- LSP
@@ -217,12 +217,12 @@ require("lazy").setup({
{ "mzlogin/vim-markdown-toc" },
-- AI
{
"zbirenbaum/copilot.lua",
cmd = "Copilot",
event = "InsertEnter",
},
{ "AndreM222/copilot-lualine" },
-- {
-- "zbirenbaum/copilot.lua",
-- cmd = "Copilot",
-- event = "InsertEnter",
-- },
-- { "AndreM222/copilot-lualine" },
{
"nickjvandyke/opencode.nvim",
version = "*", -- Latest stable release