Install Python LSP using pipx rather than Homebrew
This commit is contained in:
parent
9afc19e14e
commit
cc2451053f
1 changed files with 2 additions and 2 deletions
|
@ -52,9 +52,9 @@ const lspServers = [
|
|||
{
|
||||
name: 'pylsp',
|
||||
filetype: 'python',
|
||||
path: '/usr/local/bin/pylsp',
|
||||
path: expand('~/.local/bin/pylsp'),
|
||||
args: [],
|
||||
install: 'brew install python-lsp-server',
|
||||
install: 'pipx install python-lsp-server[all]',
|
||||
},
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue