This commit is contained in:
Junegunn Choi
2020-10-27 13:53:24 +09:00
parent 51dfacd542
commit 0d5f862daf
6 changed files with 62 additions and 8 deletions

View File

@@ -128,7 +128,7 @@ endfunction
function! s:default_layout()
return s:popup_support()
\ ? { 'window' : { 'width': 0.9, 'height': 0.6, 'highlight': 'Normal' } }
\ ? { 'window' : { 'width': 0.9, 'height': 0.6 } }
\ : { 'down': '~40%' }
endfunction