aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-12-25 04:00:42 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-12-25 04:02:46 +0100
commit2a1d17cc3dab5fabd0d82be5fe76149e47bdcbb7 (patch)
tree68fa3be35d248dfb3315109503ae30eef0261b6f
parent275789f22eb68aab34161c35a7f084e638e94481 (diff)
downloadvimrc-2a1d17cc3dab5fabd0d82be5fe76149e47bdcbb7.tar.gz
vimrc-2a1d17cc3dab5fabd0d82be5fe76149e47bdcbb7.tar.bz2
vimrc-2a1d17cc3dab5fabd0d82be5fe76149e47bdcbb7.zip
Disable some extensions
-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"