maralla / completor.vim

Async completion framework made ease.
MIT License
1.27k stars 63 forks source link

Just show the function arguments over it with Jedi #298

Open Morantoine opened 3 years ago

Morantoine commented 3 years ago

Loving this plugin, but is there any way to show the function arguments in a small pop up line over it instead of the big doc preview window? Thanks !

khaveesh commented 3 years ago

You can use echodoc.vim plugin. You need to set the type as floating to get exactly what you specified.