diff options
author | Matthias Brändli <matthias.braendli@u-blox.com> | 2016-08-03 15:47:36 +0200 |
---|---|---|
committer | Matthias Brändli <matthias.braendli@u-blox.com> | 2016-08-03 15:47:36 +0200 |
commit | f37d653a2c83853c59d91f65e255a5d3608eefff (patch) | |
tree | 1c86dc9f68b9687473196b28224343e4a4d41959 /dotvimrc | |
parent | 4e88d540844926d408d4e73807e213e71fd1436c (diff) | |
download | vimrc-f37d653a2c83853c59d91f65e255a5d3608eefff.tar.gz vimrc-f37d653a2c83853c59d91f65e255a5d3608eefff.tar.bz2 vimrc-f37d653a2c83853c59d91f65e255a5d3608eefff.zip |
Add vim-elixir
Diffstat (limited to 'dotvimrc')
-rw-r--r-- | dotvimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |