Is there a way to make jedi-vim automatically start the completion after typing any letter without pressing < C-Space >? Is it maybe possible to bind
let g:jedi#completions_command = "< C-Space >"
command to every single letter while keeping their typing function? Any suggestions are welcome.