diff options
author | David Runge <david.runge@frqrec.com> | 2014-04-09 00:39:25 +0200 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-04-09 00:39:25 +0200 |
commit | f93dd5949798d67f9f2954c95b06054036341e45 (patch) | |
tree | 39377137c61ae02fc9bc77912fa40ddb0795366c | |
parent | 74974fc12ac2e3c55aa94dcedcd3a448d962b9e2 (diff) | |
download | dotfiles-f93dd5949798d67f9f2954c95b06054036341e45.tar.gz dotfiles-f93dd5949798d67f9f2954c95b06054036341e45.tar.bz2 dotfiles-f93dd5949798d67f9f2954c95b06054036341e45.tar.xz dotfiles-f93dd5949798d67f9f2954c95b06054036341e45.zip |
Adding personal vundles file
-rw-r--r-- | .vundles.local | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.vundles.local b/.vundles.local new file mode 100644 index 0000000..ae155d5 --- /dev/null +++ b/.vundles.local @@ -0,0 +1,12 @@ +" Python +Bundle "klen/python-mode.git" +" Wordpress +Bundle "vim-scripts/VimRepress" +" systemd +Bundle "Matt-Stevens/vim-systemd-syntax" +" processing +Bundle "sophacles/vim-processing" +"latex +Bundle "vim-scripts/LaTeX-Suite-aka-Vim-LaTeX" + + |