maralla / completor.vim

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

can I use pyls with completor.vim ?! #303

Open amirongit opened 3 years ago

amirongit commented 3 years ago

I have this in my vimrc but it doesn't seem to work!

let g:completor_filetype_map = {}
let g:completor_filetype_map.python = {'ft': 'lsp','cmd': 'pyls'}
fdelacruz commented 2 years ago

Hi, it seems to be working for me.