diff options
-rw-r--r-- | dotvimrc | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -57,9 +57,13 @@ NeoBundleFetch 'Shougo/neobundle.vim' " Recommended to install " After install, turn shell ~/.vim/bundle/vimproc, (n,g)make -f your_machines_makefile -NeoBundle 'Shougo/vimproc' +"NeoBundle 'Shougo/vimproc' -NeoBundle 'elixir-lang/vim-elixir' +"NeoBundle 'https://github.com/CoatiSoftware/vim-coati' +"nnoremap <leader>as :CoatiRefresh<CR> +"nnoremap <leader>aa :CoatiActivateToken<CR> + +"NeoBundle 'elixir-lang/vim-elixir' NeoBundle 'mileszs/ack.vim.git' let g:ackprg = "ag" |