Replace references to pylsp with pyls (#1378)

The palantir pyls repository is no longer maintained, the documentation
should not lead user down the path of configuring this dead end project.
pylps is the actively maintained sucessor project forked from pyls.
This commit is contained in:
Lie Ryan
2022-10-17 14:30:19 +11:00
committed by GitHub
parent 1dced335b0
commit 2bb97d2938
4 changed files with 17 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ let s:notification_callbacks = [] " { name, callback }
" "bingo": [ "first-line", "next-line", ... ]
" },
" 2: {
" "pyls": [ "first-line", "next-line", ... ]
" "pylsp": [ "first-line", "next-line", ... ]
" }
" }
let s:file_content = {}