dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 72e223d7906197f762904bee5c0270792f01ef86
parent db54926030fe3835ba8484900ae23ba3f0b4cbf3
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed, 16 Sep 2015 20:44:53 +0200

change ctrlp repository

Diffstat:
M.vimrc | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -30,8 +30,7 @@ NeoBundle 'scrooloose/nerdtree' NeoBundle 'scrooloose/syntastic' " fuzzy file, buffer, and tag finder -"NeoBundle 'kien/ctrlp.vim' -NeoBundle 'ctrlpvim/ctrlp.vim' +NeoBundle 'kien/ctrlp.vim' " colorschemes NeoBundle 'altercation/vim-colors-solarized'