Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 450 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 450 Bytes

Configuration files

These are the configuration files that I'm currently using for:

  • vim
  • tmux

Vim plugins

Vim plugins installed:

  • ctrlp
  • vim-coffee-script
  • fugitive

Execute:

git clone https://github.com/kien/ctrlp.vim.git ~/.vim/bundle/ctrlp.vim
git clone https://github.com/kchmck/vim-coffee-script.git ~/.vim/bundle/vim-coffee-script.vim
git clone https://github.com/tpope/vim-fugitive.git ~/.vim/bundle/fugitive.vim