Saghen / blink.cmp

Performant, batteries-included completion plugin for Neovim
MIT License
632 stars 27 forks source link

Display style #9

Closed lopi-py closed 2 days ago

lopi-py commented 3 days ago

Is there any way to have the default cmp display style?

nvim-cmp image

blink.cmp image

Jlchong3 commented 3 days ago

Add this to the opts

windows = {
    autocomplete = {
        draw = 'reversed'
    }
}

Hope that helps