mirror of
https://github.com/lawrencesystems/dotfiles.git
synced 2024-11-12 16:44:22 -08:00
13 lines
256 B
Markdown
13 lines
256 B
Markdown
# Vim plugins you'll need
|
|
1. https://github.com/tpope/vim-pathogen
|
|
1. https://github.com/scrooloose/nerdtree
|
|
1. https://github.com/bling/vim-airline
|
|
|
|
# Installation
|
|
```
|
|
ln -s dotfiles/.vimrc ~/
|
|
ln -s dotfiles/.screenrc ~/
|
|
ln -s dotfiles/.tmux.conf ~/
|
|
```
|
|
|