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 = 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

View File

@ -1,3 +1,3 @@
indent_type = "Spaces" indent_type = "Spaces"
indent_width = 2 indent_width = 2
column_width = 120 column_width = 120