Skip to content

Commit

Permalink
feat(nvim): add cmp copilot-chat integration
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Sep 16, 2024
1 parent 312294d commit 7df41c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/nvim/lua/specs/cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,10 @@ end
Plugin.config = function(_, opts)
local cmp = require('cmp')
local autopairs_cmp_completion = require('nvim-autopairs.completion.cmp')
local copilot_chat = require('CopilotChat.integrations.cmp')

cmp.setup(opts)
copilot_chat.setup()

cmp.setup.cmdline(':', {
completion = {
Expand Down

0 comments on commit 7df41c2

Please sign in to comment.