feat: adding back cmp-copilot
parent
c32565a48b
commit
e53d56f2fe
@ -0,0 +1,12 @@
|
||||
return {
|
||||
'hrsh7th/cmp-copilot',
|
||||
dependencies = { 'zbirenbaum/copilot.lua', 'github/copilot.vim' },
|
||||
config = function()
|
||||
local cmp = require 'cmp'
|
||||
local config = cmp.get_config()
|
||||
table.insert(config.sources, {
|
||||
name = 'copilot',
|
||||
})
|
||||
cmp.setup(config)
|
||||
end,
|
||||
}
|
Loading…
Reference in New Issue