update
This commit is contained in:
parent
8accf039e7
commit
f3b85b4c1e
5 changed files with 10 additions and 8 deletions
|
|
@ -65,7 +65,7 @@ return { -- Autocompletion
|
|||
-- Accept ([y]es) the completion.
|
||||
-- This will auto-import if your LSP supports it.
|
||||
-- This will expand snippets if the LSP sent a snippet.
|
||||
["<C-y>"] = cmp.mapping.confirm({ select = true }),
|
||||
["<Tab>"] = cmp.mapping.confirm({ select = true }),
|
||||
|
||||
-- If you prefer more traditional completion keymaps,
|
||||
-- you can uncomment the following lines
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue