diff options
author | David Runge <david.runge@frqrec.com> | 2014-06-17 16:10:43 +0200 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-06-17 16:10:43 +0200 |
commit | ac876bcfe938849005309a2cb5da01451094c81c (patch) | |
tree | 06d3dfaf1c8d963c63d2ece31a9f83aba9e17f2e | |
parent | bde331c08441d04a6b47835bfc50e194170e66e6 (diff) | |
download | dotfiles-ac876bcfe938849005309a2cb5da01451094c81c.tar.gz dotfiles-ac876bcfe938849005309a2cb5da01451094c81c.tar.bz2 dotfiles-ac876bcfe938849005309a2cb5da01451094c81c.tar.xz dotfiles-ac876bcfe938849005309a2cb5da01451094c81c.zip |
Adding netrw and ctrlp vim plugins
-rw-r--r-- | .vundles.local | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.vundles.local b/.vundles.local index 0f02485..2d1b274 100644 --- a/.vundles.local +++ b/.vundles.local @@ -10,3 +10,7 @@ Bundle "sophacles/vim-processing" Bundle "vim-scripts/LaTeX-Suite-aka-Vim-LaTeX" "octave Bundle "sjas/octave.vim" +" netrw +Bundle "vim-scripts/netrw.vim" +" ctrlp +Bundle "vim-scripts/ctrlp.vim" |