Nvim: Remove copilot
This commit is contained in:
parent
7c69a96fd8
commit
08374ad62e
1 changed files with 0 additions and 6 deletions
|
@ -17,11 +17,6 @@ return {
|
||||||
"saadparwaiz1/cmp_luasnip", -- Snippets source
|
"saadparwaiz1/cmp_luasnip", -- Snippets source
|
||||||
"f3fora/cmp-spell", -- Spell check source
|
"f3fora/cmp-spell", -- Spell check source
|
||||||
"petertriho/cmp-git", -- Git source
|
"petertriho/cmp-git", -- Git source
|
||||||
-- Copilot source
|
|
||||||
{
|
|
||||||
"zbirenbaum/copilot-cmp",
|
|
||||||
opts = { fix_pairs = true },
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
local cmp = require("cmp")
|
local cmp = require("cmp")
|
||||||
|
@ -107,7 +102,6 @@ return {
|
||||||
{ name = "nvim_lsp" },
|
{ name = "nvim_lsp" },
|
||||||
{ name = "nvim_lua" },
|
{ name = "nvim_lua" },
|
||||||
{ name = "git" },
|
{ name = "git" },
|
||||||
{ name = "copilot" },
|
|
||||||
{ name = "buffer" },
|
{ name = "buffer" },
|
||||||
{ name = "spell" },
|
{ name = "spell" },
|
||||||
{ name = "path" },
|
{ name = "path" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue