Skip to content

Server crashes immediately with Neovim Language Client on Windows #434

Closed
@svermeulen

Description

@svermeulen

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions