summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-12-04 13:24:34 +0100
committerMartin Polden <mpolden@mpolden.no>2021-12-04 13:24:34 +0100
commitd70ca047cdc562c96e2e1a0ed4e5114c4bbe9686 (patch)
treecd626db02e4321b464ff47257b2be2c3a82b3df1 /Makefile
parent74459ecbc511748e0cb5b928b4a1bc0bd51bc421 (diff)
makefile: Add install-lsp-python-more target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 79aa3a7..ebec45e 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,9 @@ install-lsp-java:
install-lsp-python:
python3 -m pip install --user -U python-lsp-server
+install-lsp-python-more:
+ python3 -m pip install --user -U python-lsp-black pylsp-mypy
+
install-lsp-rust:
rustup component add rls