this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

drop copilot

+2 -4
-2
nvim/lazy-lock.json
··· 4 4 "avante.nvim": { "branch": "main", "commit": "9e0b5bf8f13fa7f260932d350685bc379dc4098c" }, 5 5 "bufferline.nvim": { "branch": "main", "commit": "261a72b90d6db4ed8014f7bda976bcdc9dd7ce76" }, 6 6 "cmp-nvim-lsp": { "branch": "main", "commit": "99290b3ec1322070bcfb9e846450a46f6efa50f0" }, 7 - "copilot.lua": { "branch": "master", "commit": "d3783b9283a7c35940ed8d71549030d5f5f9f980" }, 8 - "copilot.vim": { "branch": "release", "commit": "87038123804796ca7af20d1b71c3428d858a9124" }, 9 7 "diffview.nvim": { "branch": "main", "commit": "4516612fe98ff56ae0415a259ff6361a89419b0a" }, 10 8 "dressing.nvim": { "branch": "master", "commit": "fc78a3ca96f4db9f8893bb7e2fd9823e0780451b" }, 11 9 "formatter.nvim": { "branch": "master", "commit": "eb89a1f3e079f1b9680bc7293b75fffccb5e1598" },
+2 -2
nvim/lua/plugins/ai.lua
··· 1 1 return { 2 - { "github/copilot.vim" }, 2 + -- { "github/copilot.vim" }, 3 3 -- { "madox2/vim-ai" }, 4 4 { 5 5 "yetone/avante.nvim", ··· 19 19 --- The below dependencies are optional, 20 20 "hrsh7th/nvim-cmp", -- autocompletion for avante commands and mentions 21 21 "nvim-tree/nvim-web-devicons", -- or echasnovski/mini.icons 22 - "zbirenbaum/copilot.lua", -- for providers='copilot' 22 + -- "zbirenbaum/copilot.lua", -- for providers='copilot' 23 23 { 24 24 -- support for image pasting 25 25 "HakonHarnes/img-clip.nvim",