Added new modules in installer

This commit is contained in:
Marcin Woźniak 2022-05-21 11:44:52 +02:00
parent 5a732c2f9b
commit 8cd6ab2f8b
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 3 additions and 1 deletions

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