palantir / python-language-server

An implementation of the Language Server Protocol for Python
MIT License
2.61k stars 283 forks source link

editor-agnostic way to configure pyls #837

Open astier opened 4 years ago

astier commented 4 years ago

I am interested in an editor-agnostic way of configuring pyls. I would like to be able to create a configuration-file for pyls, put it for example in ~/.config/ so it gets picked up by pyls regardless of the editor I am using. Preferably it should respect XDG_CONFIG_HOME on linux. Would this be possible? Thank you.

umesh-timalsina commented 4 years ago

Hey @astier. Did you find any solution to this?

astier commented 4 years ago

@umesh-timalsina No.

delfick commented 3 years ago

I'm also interested in this. If I want to give my project lsp specifc settings about what python linters and such to use, I need separate files if some people on my team use vscode and some use vim.