aboutsummaryrefslogtreecommitdiff
path: root/vim/bundles.vim
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-02-11 21:42:07 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-02-11 21:42:07 +0100
commitbfb976dae2e3d545dcc0c234a97c3e1a981acf8f (patch)
tree2f958df4fc53b9af1b80524a39cb4e3f53ed3888 /vim/bundles.vim
parent2105fca23f517326dcdac5d4a63e7e5311ee8c30 (diff)
downloaddotfiles-bfb976dae2e3d545dcc0c234a97c3e1a981acf8f.tar.gz
dotfiles-bfb976dae2e3d545dcc0c234a97c3e1a981acf8f.zip
vim: let's user Derek Wyatt's scala plugin.
Diffstat (limited to 'vim/bundles.vim')
-rw-r--r--vim/bundles.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/bundles.vim b/vim/bundles.vim
index 04124ab..2c59836 100644
--- a/vim/bundles.vim
+++ b/vim/bundles.vim
@@ -7,6 +7,7 @@ Bundle 'gmarik/vundle'
" My list of plugins.
Bundle 'tpope/vim-surround.git'
Bundle 'kien/ctrlp.vim.git'
+Bundle 'derekwyatt/vim-scala.git'
""
" Some small adjustments for the installed plugins.