Saghen / blink.cmp

Performant, batteries-included completion plugin for Neovim
MIT License
1.29k stars 73 forks source link

Implement `windows.autocomplete.order` #206

Open ibrokemypie opened 3 weeks ago

ibrokemypie commented 3 weeks ago

Hi, love the plugin, works so smoothly!

One thing I haven't been able to find out how to do is to get the autocomplete selection to scroll away from the cursor, i.e. if the autocomplete window starts below the cursor, the results are as normal, tab scrolls down from the top, but if the autocomplete window starts above the cursor, the result list is inverted and tab scrolls up from the bottom.

Would love if you could add this feature as I keep getting lost where I should be looking for the autocomplete selection when it can sometimes be near my cursor and other times be as far away as possible.

Saghen commented 3 weeks ago

Had this one in the backlog for quite some time. I'll use this to track it