Skip to content

Ctrl+Spaceで補完候補が表示されない

設定には下記を追加している。

return {
    'saghen/blink.cmp',
    opts = {
        -- https://cmp.saghen.dev/configuration/keymap.html
        keymap = {
            preset = "enter",
            ['<C-space>'] = { 'show', 'show_documentation', 'hide_documentation' },
        },
    },
},

解決策

調べたけどよくわからない。

Links to this page