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 = {
|
menu = {
|
||||||
auto_show = true,
|
auto_show = true,
|
||||||
border = 'rounded',
|
border = 'rounded',
|
||||||
direction_priority = { 'n' },
|
direction_priority = { 'n', 's' },
|
||||||
draw = {
|
draw = {
|
||||||
components = {
|
components = {
|
||||||
kind_icon = {
|
kind_icon = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue