vim C语言插件cvim学习笔记
安装解压拷贝使能插件
使用帮助常用命令
参考
安装
解压
拷贝
使能插件
在~/.vimrc中添加
filetype on
filetype plugin on
filetype indent on
使用
帮助
查看csupport.txt
常用命令
\hp :帮助文档\im :插入main函数\if :掺入函数\rc :保存编译\rr :运行程序
参考
https://www.cnblogs.com/dylancao/p/11220510.html http://blog.chinaunix.net/uid-12845622-id-1994066.html