[neovim] Switch to tab-completion so that I don't get confused when switching editors

This commit is contained in:
2025-12-30 11:10:30 -08:00
parent b951779a92
commit 1c098a032b

View File

@@ -31,7 +31,7 @@ return {
cmp.show()
end,
},
["<C-enter>"] = { "select_and_accept" },
["<Tab>"] = { "select_and_accept", "snippet_forward", "fallback" },
},
},
}