-
Notifications
You must be signed in to change notification settings - Fork 305
Servers Python
Prabir Shrestha edited this page Aug 12, 2017
·
7 revisions
A Python 2.7 and 3.4+ implementation of the Language Server Protocol.
pip install python-language-server
if executable('pyls')
au User lsp_setup call lsp#register_server({
\ 'name': 'pyls',
\ 'cmd': {server_info->['pyls']},
\ 'whitelist': ['python'],
\ })
endif