myhome/.config/nvim/installer.sh

11 lines
317 B
Bash
Raw Normal View History

2022-04-20 20:58:25 +02:00
#!/bin/bash
2022-05-21 11:44:52 +02:00
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
2022-04-20 20:58:25 +02:00
GO111MODULE=on go install mvdan.cc/sh/v3/cmd/shfmt@latest
2022-05-21 11:44:52 +02:00
GO111MODULE=on go install golang.org/x/tools/gopls@latest
2022-04-20 20:58:25 +02:00
pip install black
pip3 install black