-
|
Hello. Please advise. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hey 👋 The keymaps defined in nvim-cmp provides a kickstart-nix.nvim/nvim/plugin/completion.lua Lines 55 to 103 in f6fd1fa I advise against using |
Beta Was this translation helpful? Give feedback.
Hey 👋
The keymaps defined in
completion.luaare chosen to be close to what you get with native Neovim:<C-n>and<C-p>to navigate and<C-y>(for "yes") to select a completion.nvim-cmp provides a
mappingDSL via itssetupfunction to configure this:kickstart-nix.nvim/nvim/plugin/completion.lua
Lines 55 to 103 in f6fd1fa