aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Brändli <matthias.braendli@u-blox.com>2016-08-03 15:47:36 +0200
committerMatthias Brändli <matthias.braendli@u-blox.com>2016-08-03 15:47:36 +0200
commitf37d653a2c83853c59d91f65e255a5d3608eefff (patch)
tree1c86dc9f68b9687473196b28224343e4a4d41959
parent4e88d540844926d408d4e73807e213e71fd1436c (diff)
downloadvimrc-f37d653a2c83853c59d91f65e255a5d3608eefff.tar.gz
vimrc-f37d653a2c83853c59d91f65e255a5d3608eefff.tar.bz2
vimrc-f37d653a2c83853c59d91f65e255a5d3608eefff.zip
Add vim-elixir
-rw-r--r--dotvimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dotvimrc b/dotvimrc
index ab5b683..c49a1ef 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -57,6 +57,8 @@ NeoBundleFetch 'Shougo/neobundle.vim'
" After install, turn shell ~/.vim/bundle/vimproc, (n,g)make -f your_machines_makefile
NeoBundle 'Shougo/vimproc'
+NeoBundle 'elixir-lang/vim-elixir'
+
NeoBundle 'mileszs/ack.vim.git'
noremap <Leader>a :Ack --cpp --cc <cword><CR>