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