Set supertab instead of enter autocomplete.
This commit is contained in:
parent
30e94f86f0
commit
227d4ab17a
|
@ -15,7 +15,7 @@ return {
|
|||
version = "1.*",
|
||||
opts = {
|
||||
keymap = {
|
||||
preset = "enter",
|
||||
preset = "super-tab",
|
||||
},
|
||||
sources = {
|
||||
default = { "lsp", "path", "buffer" },
|
||||
|
|
Loading…
Reference in New Issue