autocomplete should not interrupt cr or tab, so shift tab
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user