nvim/scripts/install_pylsp_server.sh

9 lines
126 B
Bash

#!/bin/sh
source scripts/query_dependencies.sh
query_dep 'pip'
if response == 'y' then
pip install python-lsp-server
fi