- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
似乎并非所有插件都安装正确。我有以下日志文件:
[2015-09-30 14:58:32] Plugin user/L9 |~
[2015-09-30 14:58:32] $ git clone --recursive 'https://github.com/user/L9.git' '/home/sachin/.vim/bundle/n|~
ewL9' |~
[2015-09-30 14:58:32] > Cloning into '/home/sachin/.vim/bundle/newL9'... |~
[2015-09-30 14:58:32] > remote: Repository not found. |~
[2015-09-30 14:58:32] > fatal: repository 'https://github.com/user/L9.git/' not found Username for 'https://github.com': sachinruk
[2015-09-30 14:58:32] > |~
[2015-09-30 14:58:33] |~
[2015-09-30 14:58:33] Helptags: |~
[2015-09-30 14:58:33] :helptags /home/sachin/.vim/bundle/Vundle.vim/doc |~
[2015-09-30 14:58:33] :helptags /home/sachin/.vim/bundle/vim-fugitive/doc |~
[2015-09-30 14:58:33] :helptags /home/sachin/.vim/bundle/L9/doc |~
[2015-09-30 14:58:33] :helptags /home/sachin/.vim/bundle/command-t/doc |~
[2015-09-30 14:58:33] Helptags: 4 plugins processed
我的 .vimrc 文件是这样的:
set nocompatible " be iMproved, required
filetype off " required
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
" plugin on GitHub repo
Plugin 'tpope/vim-fugitive'
" plugin from http://vim-scripts.org/vim/scripts.html
Plugin 'L9'
" Git plugin not hosted on GitHub
Plugin 'git://git.wincent.com/command-t.git'
Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}
" Avoid a name conflict with L9
Plugin 'user/L9', {'name': 'newL9'}
call vundle#end() " required
filetype plugin indent on " required
很明显没有https://github.com/user/L9页面,但我不太确定我做错了什么。它会在失败之前询问我的 github 用户名和密码。
更重要的是我需要担心这个错误吗?
最佳答案
不,您无需担心该错误。您似乎已经从自述文件中复制了 VIMRC,该自述文件仅供说明之用。你应该删除你不需要的插件。下面是空的 Vundle 配置。这就是您所需要的。
set nocompatible
filetype off
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" let Vundle manage Vundle, required
Plugin 'gmarik/Vundle.vim'
" All of your Plugins must be added before the following line
call vundle#end() " required
filetype plugin indent on " required
现在如果你想添加一个新的插件示例 nerdtree
您只需添加行
插件“scrooloose/nerdtree”
现在 vimrc 看起来像这样
set nocompatible
filetype off
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" let Vundle manage Vundle, required
Plugin 'gmarik/Vundle.vim'
" added nerdtree
Plugin 'scrooloose/nerdtree'
" All of your Plugins must be added before the following line
call vundle#end() " required
filetype plugin indent on " required
现在,只需保存 vimrc 并重新启动 vim,以便它可以获取新的 vimrc,然后发出 :PluginInstall 命令:
:PluginInstall
更多使用信息可参见 here
关于vim - Vundle 未正确安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32858194/
我是 Vim 的初学者,我正在尝试安装 Vundle 进行插件管理。但是,当我打开 gVim 时,我总是遇到同样的错误: Error detected while processing C:\User
我正在运行 Arch,我正在尝试使用 Vundle 安装插件。 这是我的 ~/.vimrc filetype off set nocompatible set rtp+=~/.vim/bundle/V
似乎并非所有插件都安装正确。我有以下日志文件: [2015-09-30 14:58:32] Plugin user/L9
我试图通过 Vundle 安装 gruvbox colourscheme,但是当我运行 vim 时。出现了这样的错误: Error detected while processing C:\Users
嗨,我一直在尝试在 ubuntu 上配置 vim。 所有的软件包似乎都安装得很好。但是,如果通过 vundle 安装颜色方案,然后使用颜色方案名称,则似乎找不到该方案。 我曾尝试安装 railscas
在 vundle 的主页上,它记录了它需要在 .vimrc 中关闭文件类型: filetype off " required! set rtp+=~/.vim/
您好,我正在尝试安装一些插件并使用 vundle 作为我的插件管理器。 当我打开 gvim 时,这是我得到的错误 Error detected while processing /home/user/
您好,我正在尝试安装一些插件并使用 vundle 作为我的插件管理器。 当我打开 gvim 时,这是我得到的错误 Error detected while processing /home/user/
我安装了旧的 vundle。我没有使用 git pull 来更新 vundle,而是从 ~/.vim 中删除了旧的 vundle,并按照 Github page of vundle 中的快速启动部分安
我已经安装了 vundle (git cloned) vim vundle 包管理器。似乎我什至无法安装单个插件。我想卸载它并重新开始使用 vim。有什么建议? 最佳答案 从你的 ~/.vimrc 中
我正在尝试使用 base16 之一Vim 中远程计算机上的配色方案,但每当我尝试加载任何配色方案时,它似乎都没有改变。 Vim 的默认配色方案工作正常。 关于我的设置的信息: 使用 iTerm2,构建
在开发插件同时使用 Vundle 时,我应该将自己的代码放在哪里?我尝试使用本地存储库,但我必须提交才能让 vim 看到我所做的更改......这样做的正确方法是什么? 最佳答案 一旦 Vundle
Mac OSX 10.7、Vim 7.3 我已经为 Vim 安装了 Vundle,并将这些行包含在我的 ~/.vimrc 中。 : Bundle "gmarik/vundle" Bundle "pan
我无法安装 Vundle 我已按照 GitHub 上的说明进行操作; git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/
使用 vundle 成功安装了 ultisnips,但它无法加载,所有代码片段都无法正常工作。 这是我的 vimrc https://bitbucket.org/panditaomesh/vimfil
我想要一种简单易用的方式来管理 vim 插件。我发现NeoBundle和 Vundle 。它们之间的主要区别是什么?我知道 NeoBundle 是 Vundle 的一个分支,但是它有什么不同呢? 你用
我试图安装 vim 插件,但它总是不起作用。这是我的 .vimrc: set nocompatible filetype off " set up Vundle " let Vundle manage
我试图安装 vim 插件,但它总是不起作用。这是我的 .vimrc: set nocompatible filetype off " set up Vundle " let Vundle manage
我开始使用 ftplugin。这基本上是有效的,除了 bundle 。如果我用一个没有特定文件类型的文件启动 gvim,我可以使用我所有的插件(:VundleInstall 列出了 .vimrc 中指
平台 - Mac OS- 10.8.5 这是我的 .vimrc 文件,后面是我得到的错误。*我的 git 存储库设置正确 -----* git config --global core.editor
我是一名优秀的程序员,十分优秀!