Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 439 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 439 Bytes

Setup

Setting up the vim plugin manager plug.vim

curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

List of python dependencies for some of the installed vim plugins.

pip3 install flake8
pip3 install autopep8

To use integrate tmux copy/paste with the MacOS pasteboard, you'll need the following program

brew install reattach-to-user-namespace