Closed
Description
Running pip install python-language-server
and pip install python-language-server[all]
Then setting up dein in neovim like this:
call dein#add('Shougo/deoplete.nvim')
call dein#add('autozimu/LanguageClient-neovim')
And configuring language client like this:
let g:LanguageClient_serverCommands = {
\ 'python': ['pyls', '-v'],
\ }
Causes an immediate crash every time I open a python file. I tried learning more about what is going on but couldn't get anywhere, not even a simple error message.
Metadata
Metadata
Assignees
Labels
No labels