@ -0,0 +1 @@
*.lock
@ -7,6 +7,12 @@ git fetch --all --recurse-submodules
python3 -m pip install --upgrade jedi rope pylint autopep8
if which npm; then
make -C bundle/completor/ js
elif which yarn; then
fi
if which go; then
go get -u golang.org/x/tools/...
go get -u golang.org/x/tools/gopls