6 lines
109 B
Bash
Executable File
6 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git submodule update --init --recursive
|
|
pip2 install --user pyflakes
|
|
pip3 install --user pynvim
|