nvim: allow blink completion menu to go downward if there is not enough

space north
This commit is contained in:
Daniel Lundin 2025-01-21 22:30:38 +01:00
parent dfde600c7a
commit df7f12c94c
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -29,7 +29,7 @@ require 'blink-cmp'.setup({
menu = {
auto_show = true,
border = 'rounded',
direction_priority = { 'n' },
direction_priority = { 'n', 's' },
draw = {
components = {
kind_icon = {