nvim: allow blink completion menu to go downward if there is not enough
space north
This commit is contained in:
parent
dfde600c7a
commit
df7f12c94c
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue