Skip to content

Commit

Permalink
Switch from palantir/python-language-server to python-lsp/python-lsp-…
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-slowik committed Mar 7, 2023
1 parent 5939142 commit 17d55d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugin/lsc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ if $PHP_LSP_SERVER !=# ""
let g:lsc_server_commands["php"] = {"command": $PHP_LSP_SERVER}
endif

" pyls spams stderr with messages about missing optional dependencies
let g:lsc_server_commands["python"] = {"command": "pyls", "suppress_stderr": v:true}
let g:lsc_server_commands["python"] = {"command": "pylsp"}

0 comments on commit 17d55d0

Please sign in to comment.