Added new modules in installer

This commit is contained in:
Marcin Woźniak 2022-05-21 11:44:52 +02:00
parent 4c0238daff
commit 601648b7ed

View File

@ -1,8 +1,10 @@
#!/bin/bash
npm -g i pyright bash-language-server --force
npm -g i pyright --force
npm -g i bash-language-server --force
npm -g i yaml-language-server --force
npm -g i @ansible/ansible-language-server --force
GO111MODULE=on go install mvdan.cc/sh/v3/cmd/shfmt@latest
GO111MODULE=on go install golang.org/x/tools/gopls@latest
pip install black
pip3 install black