update to latest
This commit is contained in:
parent
e3a11a0ba5
commit
831cd284aa
10 changed files with 236 additions and 44 deletions
7
lua/custom/plugins/copilot.lua
Normal file
7
lua/custom/plugins/copilot.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'github/copilot.vim',
|
||||
config = function()
|
||||
vim.keymap.set('i', '<M-Tab>', 'copilot#Accept("\\<CR>")', { expr = true, replace_keycodes = false })
|
||||
vim.g.copilot_no_tab_map = true
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue