Skip to content

nvim-cmp unmap <CR> or set preselect to none? #2760

Answered by siduck
grhx asked this question in Q&A
Discussion options

You must be logged in to vote
{
  "hrsh7th/nvim-cmp",
  opts = function()
    local config= require "nvchad.configs.cmp"
    config.mapping["<CR>"] = nil
    return config
  end,

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@grhx
Comment options

@grhx
Comment options

@siduck
Comment options

@siduck
Comment options

Answer selected by grhx
@grhx
Comment options

@siduck
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants