Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经安装了 vundle (git cloned) vim vundle 包管理器。好像我什至无法安装单个插件。我想卸载它并重新开始使用 vim。有什么建议么?
从你的 ~/.vimrc 中删除它:
set rtp+=~/.vim/bundle/vundle/ call vundle#rc()
然后删除 ~/.vim 目录