*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
.vbafile with vim and do:so % -
Copy
.vimfile to~/.vim/plugin/ -
Install pyflakes:
pip install pyflakes -
Copy
.vimfile to~/.vim/plugin/ -
Install pep8:
pip install pep8 -
Copy
.vimfile 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.