python-language-server icon indicating copy to clipboard operation
python-language-server copied to clipboard

editor-agnostic way to configure pyls

Open astier opened this issue 5 years ago • 3 comments

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.

astier avatar Aug 03 '20 14:08 astier

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

umesh-timalsina avatar Sep 17 '20 14:09 umesh-timalsina

@umesh-timalsina No.

astier avatar Sep 18 '20 05:09 astier

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.

delfick avatar Nov 02 '20 23:11 delfick