现在的位置: 首页 > 综合 > 正文

vim之路

2013年03月03日 ⁄ 综合 ⁄ 共 1212字 ⁄ 字号 评论关闭

1. apt-get install vim

2. apt-get install ctags

3. vundle

https://github.com/gmarik/vundle

4. oceanlight

https://github.com/vim-scripts/oceanlight

5. command-T
https://wincent.com/products/command-t
以来ruby, c 安装http://www.cnblogs.com/chijianqiang/archive/2012/11/06/vim-3.html

6.Powerline
https://github.com/Lokaltog/vim-powerline
出现问题:powerline中文乱码:

解决:http://www.shahuwang.com/2013/01/19/vim%E4%B8%8B%E8%B6%85%E7%BA%A7%E5%A5%BD%E7%9C%8B%E5%88%B0%E7%8A%B6%E6%80%81%E6%A0%8Fpowerline%E5%AE%89%E8%A3%85.html

https://powerline.readthedocs.org/en/latest/fontpatching.html#glyph-table

7. visualmark
http://www.cnblogs.com/chijianqiang/archive/2012/12/17/vim-4.html
出错E197,解决办法:http://forum.ubuntu.org.cn/viewtopic.php?p=2874099

8. markdown

https://github.com/plasticboy/vim-markdown

9. tagbar

http://majutsushi.github.io/tagbar/

10.
代码注释插件The NERD Commenter
 
http://www.dutor.net/index.php/2010/05/vim-the-nerd-commenter/

https://github.com/vim-scripts/The-NERD-Commenter

11. syntastic
https://github.com/scrooloose/syntastic
检测语法错误

12.Linux下配置vim一键编译C/C++并执行

http://www.linuxzen.com/linuxxia-pei-zhi-vim-jian-bian-yi-ccbing-zhi-xing.html

13. tabbar

https://github.com/vim-scripts/TabBar

14. markdoc

https://github.com/zacharyvoase/markdoc

15. pandoc apt-get install pandoc

抱歉!评论已关闭.