6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git submodule update --init --recursive
|
|
pip install --user pyflakes --upgrade
|
|
pip install --user pynvim --upgrade
|