implemented copilot integration as ghost text and simplified some
keyboard shortcuts
This commit is contained in:
17
lua/plugins/copilot.lua
Normal file
17
lua/plugins/copilot.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
return {
|
||||
{
|
||||
"zbirenbaum/copilot.lua",
|
||||
cmd = "Copilot",
|
||||
event = "InsertEnter",
|
||||
opts = {
|
||||
suggestion = {
|
||||
enabled = false,
|
||||
-- debounce = 150,
|
||||
-- auto_trigger = true,
|
||||
-- keymap = { accept = "M-CR"}
|
||||
},
|
||||
panel = { enabled = false },
|
||||
},
|
||||
},
|
||||
{ "giuxtaposition/blink-cmp-copilot", dependencies = { "zbirenbaum/copilot.lua" } }
|
||||
}
|
||||
Reference in New Issue
Block a user