add copilot

change chatgpt input from C-CR to C-s (otherwise trapped by Windows terminal)
This commit is contained in:
km 2024-12-04 16:38:47 +00:00
parent 81bfbf81a5
commit b341a42762
2 changed files with 5 additions and 0 deletions

View file

@ -661,6 +661,7 @@ require('lazy').setup({
'hrsh7th/cmp-nvim-lsp',
'hrsh7th/cmp-path',
},
'github/copilot.vim',
config = function()
-- See `:help cmp`
local cmp = require 'cmp'