ms-jpq / coq_nvim

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

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

Closed rendi12345678 closed 3 months ago

joey-scanga commented 4 months ago

I'd like to know as well

joey-scanga commented 4 months ago

@rendi12345678 this worked for me:

vim.g.coq_settings = {
    keymap = {
        bigger_preview = "null"
    },
}
rendi12345678 commented 3 months ago

@rendi12345678 this worked for me:

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

it works perfectly sir