junxnone / linux

Linux wiki
https://junxnone.github.io/linux/
0 stars 0 forks source link

Tools Text Vi Plugins #17

Open junxnone opened 4 years ago

junxnone commented 4 years ago

Vi 常用插件

Reference

Plugins

plugin name Description
Vim-plug 插件管理工具
Pathogen 插件管理工具
ouCompleteMe 智能补全
deoplete.nvim 智能补全
coc.nvim 智能补全
SuperTab 智能补全
NERDTree 目录树
leaderF 模糊查找文件
auto-pairs 在输入/删除左括号时,能自动补上/删除右括号
vim-airline 底部状态增强/美化插件
NerdCommenter 快速注释/取消注释多行代码
Syntastic 语法检查
Tag List 显示变量函数
undotree undo/redo 历史
gdbmgr gdb debug

vim-plug

junxnone commented 4 years ago

junxnone/linuxwiki#14