From 9982f4bbb94f226c833a79b762965fd75c84dfd5 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sun, 3 Jan 2021 22:20:30 +0100 Subject: [PATCH] vim: replace CTRLP repository with maintained one --- files/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/vimrc b/files/vimrc index 2204477..b7a080d 100644 --- a/files/vimrc +++ b/files/vimrc @@ -102,7 +102,7 @@ call plug#begin('$XDG_DATA_HOME/vim/plugged') let g:vim_markdown_conceal_code_blocks = 0 Plug 'junegunn/rainbow_parentheses.vim' let g:rainbow#pairs = [['(',')'], ['[',']'], ['{','}']] - Plug 'kien/ctrlp.vim' + Plug 'ctrlpvim/ctrlp.vim' let g:ctrlp_match_window = 'bottom,order:ttb' let g:ctrlp_switch_buffer = 0 " open files in new buffer let g:ctrlp_show_hidden = 1 " show hidden files