blink.cmp fucks up digraphs. Add this to your config to unbind ^K:
^K
return { { "saghen/blink.cmp", opts = { keymap = { ["<C-K>"] = {}, -- do not override digraph key }, } } }