ms-jpq / coq_nvim

Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.
GNU General Public License v3.0
3.54k stars 100 forks source link

how to remove default <C-k> keybinding #644

Closed rendi12345678 closed 1 month ago

joey-scanga commented 3 months ago

I'd like to know as well

joey-scanga commented 3 months ago

@rendi12345678 this worked for me:

vim.g.coq_settings = {
    keymap = {
        bigger_preview = "null"
    },
}
rendi12345678 commented 1 month ago

@rendi12345678 this worked for me:

vim.g.coq_settings = {
    keymap = {
        bigger_preview = "null"
    },
}

it works perfectly sir