IC验证工程师常用Vim插件
很多工程师所在公司的服务器是离线的。
本质旨在介绍如何离线安装vim插件,及个别插件的推荐。所有插件均注明出处。
SV语法高亮
主要是为了支持对于SV语法的高亮
Installation
1 | Download tarball: |
Vim美化
Installation
1 | download https://github.com/vim-airline/vim-airline |
NERDTree
树状显示文件路径:
1 | folder1/ |
Installation
1 | download https://github.com/scrooloose/nerdtree |
rainbow
括号层级用不同颜色显示。
lisp
Installation
1 | download https://github.com/luochen1990/rainbow |
indentline
虚线对齐缩进。
Installation
1 | download https://github.com/vim-scripts/indentLine.vim |
cursorword
将相同字符标注下划线。
Installation
1 | download https://github.com/itchyny/vim-cursorword |
References
https://vimawesome.com/
https://github.com/vim-scripts