Skip to content
Discussion options

You must be logged in to vote

Discovered it was a conflict with the lsp plugins keymaps and not blink.

        { "neovim/nvim-lspconfig",
            opts = function()
                local keys = require("lazyvim.plugins.lsp.keymaps").get()
                for i, key in ipairs(keys) do
                    if key[1] == "<c-k>" then
                        table.remove(keys, i)
                        break
                    end
                end
            end,
        },

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by daggre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant