autocomplete should not interrupt cr or tab, so shift tab

This commit is contained in:
2025-07-04 02:24:13 -07:00
parent 9f0a8cacff
commit 7432538296
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ return {
opts = function(_, opts)
opts.keymap = {
preset = "default",
["<Tab>"] = { "select_and_accept" },
["<S-Tab>"] = { "select_and_accept" },
}
vim.b.completion = true