*nix config files, helper scripts, and other miscellany, for fun and profit.
Yes, more than just dotfiles.
Bunches of plugins, plus the **Solarized color scheme.
F5 to run PEP 8 checks for style. F6 to remove trailing whitespaces from lines. F7 to run pyflakes for static code errors.
-
Open
.vba
file with vim and do:so %
-
Copy
.vim
file to~/.vim/plugin/
-
Install pyflakes:
pip install pyflakes
-
Copy
.vim
file to~/.vim/plugin/
-
Install pep8:
pip install pep8
-
Copy
.vim
file to~/.vim/plugin/
-
mkdir -p ~/.vim/colors/ curl -Lo ~/.vim/colors/solarized.vim https://github.com/altercation/vim-colors-solarized/raw/master/colors/solarized.vim
Lots of craziness up in there.