chore(copilot): remove copilot

This commit is contained in:
Jiří Štefka 2024-09-18 21:55:56 +02:00
parent 51e7717d88
commit 4adeabe1b8
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE
4 changed files with 4 additions and 4 deletions
nvim/plugin

View file

@ -103,7 +103,7 @@ cmp.setup {
},
sources = cmp.config.sources {
-- The insertion order influences the priority of the sources
{ name = "copilot", group_index = 2 },
-- { name = "copilot", group_index = 2 },
{ name = 'nvim_lsp', keyword_length = 3 },
{ name = 'nvim_lsp_signature_help', keyword_length = 3 },
{ name = 'buffer' },