zl程序教程

您现在的位置是:首页 >  工具

当前栏目

好用的vim插件

Vim插件 好用
2023-09-27 14:22:02 时间

# 好用的vim插件

### 简介
-----------------------------
- 记录vim好用的插件


### vimcdoc vim中文帮助文档
-----------------------------
- [仓库地址](https://github.com/yianwillis/vimcdoc)
- 引用方式`Plug 'yianwillis/vimcdoc'`


### nerdtree 目录树
-----------------------------
- [仓库地址](https://github.com/scrooloose/nerdtree)
- 引用方式`Plug 'scrooloose/nerdtree'`

 

### airline 好看的状态栏
-----------------------------
- [仓库地址](https://github.com/vim-airline/vim-airline)
- 引用方式
```
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
```


### limelight 关灯看文档
-----------------------------
- [仓库地址](https://github.com/junegunn/limelight.vim)
- 引用方式`Plug 'junegunn/limelight.vim'`


### TagList 标记列表,源代码浏览插件
-----------------------------
- [仓库地址](https://github.com/vim-scripts/taglist.vim)
- 引用方式`Plug 'vim-scripts/taglist.vim'`