Fix python language server command
This commit is contained in:
parent
44987314aa
commit
787d8f58b1
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@
|
|||
-- Python
|
||||
lsp.pylsp.setup {
|
||||
on_attach = on_attach,
|
||||
cmd = { "${pkgs.python38Packages.python-lsp-server}/bin/pyls" },
|
||||
cmd = { "${pkgs.python38Packages.python-lsp-server}/bin/pylsp" },
|
||||
}
|
||||
|
||||
-- Ruby
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue