Added new modules in installer
This commit is contained in:
parent
5a732c2f9b
commit
8cd6ab2f8b
@ -1,8 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/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 yaml-language-server --force
|
||||||
npm -g i @ansible/ansible-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 mvdan.cc/sh/v3/cmd/shfmt@latest
|
||||||
|
GO111MODULE=on go install golang.org/x/tools/gopls@latest
|
||||||
pip install black
|
pip install black
|
||||||
pip3 install black
|
pip3 install black
|
||||||
|
Loading…
Reference in New Issue
Block a user