This commit is contained in:
Nicolas Rannou 2024-07-12 20:36:22 +02:00
parent 8accf039e7
commit f3b85b4c1e
5 changed files with 10 additions and 8 deletions

View file

@ -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