2013-10-03 9 views
9

Sto usando vundle come gestore di plugin per vim.Installazione di ctrlp in VIM utilizzando vundle

Tuttavia, sto riscontrando problemi nell'installazione di ctrlp plugin.

Quando eseguire :BundleInstall ctrlp, si emette il seguente registro con un errore fatale:

[131003 09:39:27] Bundle kien/ctrlp
[131003 09:39:27] $ git clone --recursive ' https://github.com/kien/ctrlp.git ' '/home/username/.vim/bundle/ctrlp' [131003 09:39:27] > Cloning into '/home/username/.vim/bundle/ctrlp'...^@fatal: https://github.com/kien/ctrlp.git/info/ refs?service=git-upload-pack not found: did you run git update-server-info on the server?^@
[131003 09:39:28] Helptags:
[131003 09:39:28] :helptags /home/username/.vim/bundle/vundle/doc/
[131003 09:39:28] :helptags /home/username/.vim/bundle/vim-fugitive/doc/
[131003 09:39:28] :helptags /home/username/.vim/bundle/vim-colors-solarized/doc/
[131003 09:39:28] :helptags /home/username/.vim/bundle/nerdtree/doc/
[131003 09:39:28] Helptags: 4 bundles processed
[131003 09:49:39] Bundle ctrlp
[131003 09:49:39] $ git clone --recursive ' https://github.com/vim-scripts/ctrlp.git ' '/home/username/.vim/bundle/ctrlp'
[131003 09:49:39] > Cloning into '/home/username/.vim/bundle/ctrlp'...^@fatal: https://github.com/vim-scripts/ctrlp.gi t/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?^@ [131003 09:49:40] Helptags:
[131003 09:49:40] :helptags /home/username/.vim/bundle/vundle/doc/
[131003 09:49:40] :helptags /home/username/.vim/bundle/vim-fugitive/doc/
[131003 09:49:40] :helptags /home/username/.vim/bundle/vim-colors-solarized/doc/
[131003 09:49:40] :helptags /home/username/.vim/bundle/nerdtree/doc/
[131003 09:49:40] Helptags: 4 bundles processed
[131003 09:50:12] Bundle ctrlp
[131003 09:50:12] $ git clone --recursive ' https://github.com/vim-scripts/ctrlp.git ' '/home/username/.vim/bundle/ctrlp'
[131003 09:50:12] > Cloning into '/home/username/.vim/bundle/ctrlp'...^@fatal: https://github.com/vim-scripts/ctrlp.gi
t/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server?^@
[131003 09:50:13] Helptags:
[131003 09:50:13] :helptags /home/username/.vim/bundle/vundle/doc/
[131003 09:50:13] :helptags /home/username/.vim/bundle/vim-fugitive/doc/
[131003 09:50:13] :helptags /home/username/.vim/bundle/vim-colors-solarized/doc/
[131003 09:50:13] :helptags /home/username/.vim/bundle/nerdtree/doc/
[131003 09:50:13] Helptags: 4 bundles processed

Ecco la mia Vimrc:

filetype plugin indent on 
syntax enable 
set background=light 
set smartindent 
set tabstop=4 
set shiftwidth=4 
set expandtab 
set nocompatible    " be iMproved 
filetype off     " required! 

set rtp+=~/.vim/bundle/vundle/ 
call vundle#rc() 

" let Vundle manage Vundle 
" required! 
Bundle 'gmarik/vundle' 

" My Bundles here: 
" 
" original repos on github 
Bundle 'tpope/vim-fugitive' 
Bundle 'altercation/vim-colors-solarized' 
Bundle 'scrooloose/nerdtree' 
Bundle 'vbundles/ctrlp' 

colorscheme solarized 

risposta

28

aggiornamento di settembre 2015:

Il Kien/repo ctrlp.vim non è aggiornato, ciò che si vuole veramente è this currently maintained fork.

La linea corretta nel Vimrc è ora:

Plugin 'ctrlpvim/ctrlp.vim'

RISPOSTA VECCHIO:

Per installare CtrlP con Vundle, la linea corretta nel Vimrc è ora:

Plugin 'kien/ctrlp.vim'

Si noti che il .vim è necessario.

+0

+1. Anche se questa non è una risposta per questa particolare domanda, ma non ero in grado di installare CtrlP esattamente per questo e questo è stato il trucco! Non so perché .vim è necessario in questo caso, puoi spiegarlo per favore? – 0xc0de

+1

@ 0xc0de perché Vundle preleva dal repository github e il repository è https://github.com/kien/ctrlp.vim. Notare che i plugin '.vim' plug-in Vim contengono raramente un' .vim' dopo il nome, motivo per cui è facile confondersi con CtrlP. – YPCrumble

+0

Ohhh .... Era troppo semplice per non sbagliare con .... – 0xc0de

8

Non si sta utilizzando la fonte giusta, che cosa vbundles/ctrlp è inutile Il vera CtrlP è:

https://github.com/kien/ctrlp.vim 

In alternativa, si può fare la clonazione da soli.

+0

Hai ragione, ho risolto il problema utilizzando il pacchetto 'kien/ctrlp'as nella mia configurazione .vimrc – rfc1484

+0

Sto riscontrando lo stesso problema con un repository diverso. Qual è la ragione generale per questo messaggio? –

+3

Al momento del commento, la versione mantenuta attivamente di CtrlP viene spostata qui: http://github.com/ctrlpvim/ctrlp.vim – raindev

0

Mi dispiace dirlo, ma non ha funzionato per me. Ecco come l'ho fatto con l'aiuto di vundle

1) install vundle "leggere di più, è solo un gestore di pacchetti per vim".

2) start vim .

3) digitato :PluginSearch ctrlP

Dopo aver colpito entrare, one plugin found

Vedrai questo.

Keymap: i - Install plugin; c - Cleanup; s - Search; R - Reload list     
"Search results for: ctrlP                + Plugin 'ctrlp.vim' 

Naturalmente, procedere con l'installazione i.

Assicurarsi che sia installato correttamente - in vim digitare.

:help ctrlP 

Dovreste vedere questo:

*ctrlp.txt*  Fuzzy file, buffer, mru, tag, ... finder. v1.79 
*CtrlP* *ControlP* *'ctrlp'* *'ctrl-p'* 
=============================================================================== 
#                    # 
#   :::::::: ::::::::::: ::::::::: :::    :::::::::   # 
#   :+: :+: :+:  :+: :+: :+:    :+: :+:   # 
#   +:+   +:+  +:+ +:+ +:+    +:+ +:+   # 
#   +#+   +#+  +#++:++#: +#+    +#++:++#+   # 
#   +#+   +#+  +#+ +#+ +#+    +#+    # 
#   #+# #+# #+#  #+# #+# #+#    #+#    # 
#   ########  ###  ### ### ##########  ###    # 
#                    # 
=============================================================================== 
CONTENTS              *ctrlp-contents* 

EDIT:

Sarà inoltre necessario aggiungere al tuo vimrc

za:~ za$ vim ~/.vimrc 

#add this to your vimrc file 
Plugin 'ctrlp.vim' 

vim Start e dal tipo di comando :

:PluginList 

plugin si un elenco installati

" My Plugins       | 
Plugin 'VundleVim/Vundle.vim'   |~          
Plugin 'tpope/vim-fugitive'    |~          
Plugin 'git://git.wincent.com/command-t.|~          
git'         |~          
Plugin 'rstacruz/sparkup'    |~          
Plugin 'ascenator/L9'     |~          
Plugin 'ctrlp.vim'      |~          
             |~          
~     

godere !!