gpt4 book ai didi

vim - vundle#rc() 函数调用错误

转载 作者:行者123 更新时间:2023-12-02 17:43:28 24 4
gpt4 key购买 nike

您好,我正在尝试安装一些插件并使用 vundle 作为我的插件管理器。

当我打开 gvim 时,这是我得到的错误

Error detected while processing /home/user/.vimrc:
line 9:
E117: Unknown function: vundle#rc
line 12:
E492: Not an editor command: Bundle 'gmarik/vundle'

这是我的 .vimrc 文件顶部的片段

set nocompatible
filetype off

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

"Required Bundel Statement
Bundle 'gmarik/vundle'


"User Installed Bundles
Bundle 'neocomplcache/neocomplcache.vim'
Bunlde 'perlomni/perlomni.vim'


filetype plugin indent on
filetype on
syntax on

我是根据git hub和随它下载的read me安装的。

我没有 super 用户帐户的访问权限,因此尝试卸载并重新安装 vim 将不起作用。

我还尝试安装 pathogen,它对某些包有效,但不适用于 perlomni.vim,因为它是一个 ftplugin,而 pathogen 没有正确附加包,经过研究,我看到大多数人说 vundle 比 pathogen 好。

任何人都可以帮助我让我的包正常工作吗?

我正在尝试使用从 git 存储库下载的 bundle 或存储在共享根目录中的 bundle 。

谢谢

最佳答案

您在 set rtp 行中拼错了 vundle

set rtp+=~/.vim/bundle/vundel/

应该是

set rtp+=~/.vim/bundle/vundle/

关于vim - vundle#rc() 函数调用错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17790897/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com