autocomplete should not interrupt cr or tab, so shift tab
This commit is contained in:
@ -4,7 +4,7 @@ return {
|
|||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
opts.keymap = {
|
opts.keymap = {
|
||||||
preset = "default",
|
preset = "default",
|
||||||
["<Tab>"] = { "select_and_accept" },
|
["<S-Tab>"] = { "select_and_accept" },
|
||||||
}
|
}
|
||||||
vim.b.completion = true
|
vim.b.completion = true
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user