summaryrefslogtreecommitdiff
path: root/ale_linters/python/pyls.vim
AgeCommit message (Collapse)Author
2018-04-27Close #1521 - Allow the language to be set with simple strings for LSP lintersw0rp
2018-04-22Close #1162 - Implement completion support with LSP serversw0rp
2018-04-09Close #542 - Add an option for disabling running locally installed ↵w0rp
executables by default
2017-11-21Escape the pyls executable in the command, and support running virtualenv ↵w0rp
pyls executables
2017-11-08Add PyLS linter (#1097)Auri
* Support PyLS (python language server) * Replace pyls#GetProjectRoot and add more config types to ale#python#FindProjectRoot