completor.vim icon indicating copy to clipboard operation
completor.vim copied to clipboard

can I use pyls with completor.vim ?!

Open amirongit opened this issue 5 years ago • 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'}

amirongit avatar Nov 29 '20 05:11 amirongit

Hi, it seems to be working for me.

fdelacruz avatar Dec 17 '21 17:12 fdelacruz