From b34f2d006a55fa606d2db2b730611dc607ca3ee2 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 2 Jan 2016 09:41:58 +0100 Subject: [PATCH] ctrlp has new home --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index d27b862..c6ab2ed 100644 --- a/.vimrc +++ b/.vimrc @@ -47,7 +47,7 @@ autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTree " Full path fuzzy file, buffer, mru, tag, ... finder " Quickly open files, fuzzy search on name -Plugin 'kien/ctrlp.vim' +Plugin 'ctrlpvim/ctrlp.vim' "let g:ctrlp_map = 't' let g:ctrlp_map = '' " Search in Files, Buffers and MRU files at the same time: