aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp/pyls.lua
Commit message (Expand)AuthorAgeFilesLines
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-23/+0
* pyls: fix definition of root dir to match the docsfrancisco souza2020-06-191-2/+1
* config: remove unnecessary code comennts and utf8 optionHirokazu Hata2020-05-181-3/+0
* fix package.json source URIHirokazu Hata2020-04-101-1/+1
* window/showMessage: the display level can be set for 'window/showMessage' not...Hirokazu Hata2020-02-241-2/+0
* pyls: change root_dir to CWD #144Eisuke Kawashima2020-02-231-1/+4
* lua: remove `settings = {}`Hirokazu Hata2020-02-161-1/+0
* rename "skeleton" to "configs" #100Michael Lingelbach2020-01-311-2/+2
* CI: luacheck #86Hirokazu Hata2019-12-311-1/+0
* Add package_json for pyls and update docgen (#32)Ashkan Kiani2019-11-171-37/+2
* Change root_dir for single instance servers (#33)Ashkan Kiani2019-11-171-1/+1
* Fix docs and add util.once (#31)Ashkan Kiani2019-11-171-3/+1
* Add initial support for python-language-server (#3)Christian Clason2019-11-141-0/+65