maralla / completor.vim

Async completion framework made ease.
MIT License
1.31k stars 62 forks source link

How about add a option `g:completor_doc_position`? #172

Closed KnightPublic closed 6 years ago

KnightPublic commented 6 years ago

Completor now show doc in top, how about add a option g:completor_doc_position='bottom' to show doc in bottom? I test with :rightbelow sbuffer can split in bottom, maybe can change open_doc_window() with rightbelow sbuffer command.