maralla/completor.vim

can I use pyls with completor.vim ?!

Opened this issue · 1 comments

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'}

Hi, it seems to be working for me.