chore(copilot): remove copilot
This commit is contained in:
parent
51e7717d88
commit
4adeabe1b8
4 changed files with 4 additions and 4 deletions
nvim/plugin
|
@ -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' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue