python-language-server
python-language-server copied to clipboard
editor-agnostic way to configure pyls
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.
Hey @astier. Did you find any solution to this?
@umesh-timalsina No.
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.