update
This commit is contained in:
parent
34e7d29aa7
commit
c225ecda9a
8 changed files with 201 additions and 48 deletions
12
lua/custom/plugins/copilot.lua
Normal file
12
lua/custom/plugins/copilot.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
"github/copilot.vim",
|
||||
init = function()
|
||||
vim.keymap.set('i', '<C-J>', 'copilot#Accept("\\<CR>")', {
|
||||
expr = true,
|
||||
replace_keycodes = false
|
||||
})
|
||||
vim.g.copilot_no_tab_map = true
|
||||
end
|
||||
|
||||
-- "zbirenbaum/copilot.lua",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue