Set supertab instead of enter autocomplete.

This commit is contained in:
Drew Galbraith 2025-05-12 22:43:42 -07:00
parent 30e94f86f0
commit 227d4ab17a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ return {
version = "1.*",
opts = {
keymap = {
preset = "enter",
preset = "super-tab",
},
sources = {
default = { "lsp", "path", "buffer" },