diff options
-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> |