Skip to content

Commit

Permalink
docs: prefer new keymap config
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Nov 2, 2024
1 parent 82d0d93 commit 0b4bbe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
-- 'super-tab' for mappings similar to vscode (tab to accept, arrow keys to navigate)
-- 'enter' for mappings similar to 'super-tab' but with 'enter' to accept
-- see the "default configuration" section below for full documentation on how to define
-- your own keymap. when defining your own, no keybinds will be assigned automatically.
keymap = 'default',
-- your own keymap.
keymap = { preset = 'default' },

highlight = {
-- sets the fallback highlight groups to nvim-cmp's highlight groups
Expand Down

0 comments on commit 0b4bbe7

Please sign in to comment.