chore: update config
This commit is contained in:
parent
584ba6e536
commit
cb2ff3574e
13 changed files with 270 additions and 204 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.g.copilot_no_tab_map = true
|
||||
|
||||
vim.keymap.set("i", "<C-x>", 'copilot#Accept("")', {
|
||||
expr = true,
|
||||
silent = true,
|
||||
replace_keycodes = false,
|
||||
})
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue