[neovim] Switch to tab-completion so that I don't get confused when switching editors
This commit is contained in:
@@ -31,7 +31,7 @@ return {
|
|||||||
cmp.show()
|
cmp.show()
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
["<C-enter>"] = { "select_and_accept" },
|
["<Tab>"] = { "select_and_accept", "snippet_forward", "fallback" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user