nvim/scripts/install_pyright_server.sh

9 lines
114 B
Bash

#!/bin/sh
source scripts/query_dependencies.sh
query_dep 'npm'
if response == 'y' then
npm -i -g pyright
fi