Fix python language server command

This commit is contained in:
jalr 2021-12-21 11:12:41 +00:00 committed by Jakob Lechner
parent 44987314aa
commit 787d8f58b1

View file

@ -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