Files
freeCodeCamp/guide/chinese/vim/vundle/index.md
2018-10-16 21:32:40 +05:30

34 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Vundle
localeTitle: 纬纱
---
## Vundle
Vundle是Vim bundle的缩写是一个Vim插件管理器。
它允许你......
*`~/.vimrc` 一个自定义Vim的[文件](https://stackoverflow.com/questions/164847/what-is-in-your-vimrc) )中跟踪和配置你的插件
* 安装配置的插件(又名脚本/包)
* 更新已配置的插件
* 按名称搜索所有可用的Vim脚本
* 清理未使用的插件
* 使用交互模式在单个按键中运行上述操作
要开始使用,请按照[本指南操作](https://github.com/VundleVim/Vundle.Vim#quick-start) 。
一些有用的插件可以帮助您入门:
* [nerdtree](https://github.com/scrooloose/nerdtree) - 文件树资源管理器
* [syntastic](https://github.com/vim-syntastic/syntastic)或[ale](https://github.com/w0rp/ale) - 语法检查器/ [linter](https://github.com/vim-syntastic/syntastic)
* [tagbar](https://github.com/majutsushi/tagbar) - 在窗口中显示标签
* [ctrlp](https://github.com/kien/ctrlp.vim) - 模糊文件缓冲区mru标签等查找程序
* [gitgutter](https://github.com/airblade/vim-gitgutter) - 在排水沟中显示git diff标志栏
* [逃犯](https://github.com/tpope/vim-fugitive) - Git包装
* [delimitMate](https://github.com/Raimondi/delimitMate) - 为引号,括号,括号等插入模式自动完成
* [tcomment](https://github.com/tomtom/tcomment_vim) - 评论不管语言
* [还有更多!](https://vimawesome.com/)
#### 更多信息:
* [Github存储库](https://github.com/VundleVim/Vundle.Vim)