34 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			34 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|   | --- | |||
|  | 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) |