Fixed not working Escape.

This commit is contained in:
Šefčík Lukáš 2024-04-17 20:15:37 +02:00
parent cea7aa184b
commit bf3e7be9f4
1 changed files with 2 additions and 5 deletions

View File

@ -461,12 +461,9 @@ require('lazy').setup({
suggestion = {
auto_trigger = true,
keymap = {
next = '<C-n>',
prev = '<C-p>',
accept = '<C-y>',
accept_word = false,
accept_line = false,
next = '<C-]>',
prev = '<C-[>',
dismiss = '<C-x>',
},
},
}