fixing copilot keybind! couldn't move right in insert :(
This commit is contained in:
parent
d88024c1d9
commit
53a6f8e1b4
@ -5,11 +5,11 @@ return {
|
||||
event = "InsertEnter",
|
||||
config = function()
|
||||
require("copilot").setup({
|
||||
suggestion = {
|
||||
suggestion = {
|
||||
enabled = true,
|
||||
auto_trigger = true,
|
||||
keymap = {
|
||||
accept = "<Right>",
|
||||
accept = "<S-Right>",
|
||||
accept_word = false,
|
||||
accept_line = false,
|
||||
next = "<A-Down>",
|
||||
|
Loading…
x
Reference in New Issue
Block a user