copilot when blink suggest
This commit is contained in:
@@ -6,10 +6,13 @@ return {
|
||||
vim.api.nvim_set_keymap("i", "<C-f>", 'copilot#Accept("\\<CR>")', { expr = true, silent = true })
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"Saghen/blink.cmp",
|
||||
opts = {
|
||||
keymap = {
|
||||
preset = "default",
|
||||
["<C-f>"] = false,
|
||||
},
|
||||
completion = {
|
||||
list = { selection = { preselect = true, auto_insert = true } },
|
||||
ghost_text = {
|
||||
@@ -31,7 +34,6 @@ return {
|
||||
return hl
|
||||
end,
|
||||
},
|
||||
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user