## calendar-vim 日历功能,可以查看日历和写日记,提供搜索功能 更新时间: 2022-09-25 软件地址: https://github.com/mattn/calendar-vim ## colorizer 颜色实时显示,可视化各种 CSS 颜色值 更新时间: 2022-09-25 软件地址: https://github.com/lilydjwg/colorizer ## vim-markdown Markdown 语法高亮与操作 更新时间: 2022-09-25 软件地址: https://github.com/preservim/vim-markdown ## lightline.vim 轻量可配置的底部状态栏,在多窗口环境中可以显示很多有用的信息 更新时间: 2022-09-25 软件地址: https://github.com/itchyny/lightline.vim ## nerdtree 侧边栏文件浏览器 更新时间: 2022-09-25 软件地址: https://github.com/preservim/nerdtree ## nerdcommenter 代码注释功能,可以对多种语言进行多种风格的注释 更新时间: 2022-09-25 软件地址: https://github.com/preservim/nerdcommenter ## vim-table-mode 表格创建和格式化工具,支持简单的公式 更新时间: 2022-09-25 软件地址: https://github.com/dhruvasagar/vim-table-mode ## vim-gitgutter 显示 Git 版本文件改动情况 更新时间: 2022-09-25 软件地址: https://github.com/airblade/vim-gitgutter ## tagbar 代码结构插件,可以查看代码中的函数、变量等,并进行跳转。需要配合 [Universal Ctags](https://ctags.io/) 使用 更新时间: 2022-09-25 软件地址: https://github.com/preservim/tagbar ## nginx.vim Nginx 语法高亮功能 更新时间: 2022-09-25 软件地址: https://github.com/chr4/nginx.vim ## vim-fugitive Git 插件,包裹了许多 Git 命令,可以直接在 Vim 中查看结果 更新时间: 2022-09-25 软件地址: https://github.com/tpope/vim-fugitive ## vim-vue-plugin Vue 语法高亮与缩进插件 更新时间:2022-10-03 软件地址:https://github.com/leafOfTree/vim-vue-plugin ## coc.nvim 代码自动补全插件 更新时间:2022-10-03 软件地址:https://github.com/neoclide/coc.nvim 软件安装: ```vim :CocInstall coc-json coc-tsserver ```