vim: replace CTRLP repository with maintained one

This commit is contained in:
Fernando Schauenburg 2021-01-03 22:20:30 +01:00
parent c141e51b66
commit 9982f4bbb9

View file

@ -102,7 +102,7 @@ call plug#begin('$XDG_DATA_HOME/vim/plugged')
let g:vim_markdown_conceal_code_blocks = 0 let g:vim_markdown_conceal_code_blocks = 0
Plug 'junegunn/rainbow_parentheses.vim' Plug 'junegunn/rainbow_parentheses.vim'
let g:rainbow#pairs = [['(',')'], ['[',']'], ['{','}']] let g:rainbow#pairs = [['(',')'], ['[',']'], ['{','}']]
Plug 'kien/ctrlp.vim' Plug 'ctrlpvim/ctrlp.vim'
let g:ctrlp_match_window = 'bottom,order:ttb' let g:ctrlp_match_window = 'bottom,order:ttb'
let g:ctrlp_switch_buffer = 0 " open files in new buffer let g:ctrlp_switch_buffer = 0 " open files in new buffer
let g:ctrlp_show_hidden = 1 " show hidden files let g:ctrlp_show_hidden = 1 " show hidden files