aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dotvimrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/dotvimrc b/dotvimrc
index e0121fe..85d7bf4 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -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"