
Mac
wostt
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MAC将Vim配置为类Sourceinsight代码阅读工具
With reference to a article about How to configure Vim under Linux, then, try to fix Mac-Vim as SourceInsight-like codes reader. Mac is UNIX-like system, thus, in order to install plugin for原创 2013-02-25 17:59:13 · 3542 阅读 · 0 评论 -
Mac下Vim调用ctags出错的问题
我在Mac下GNU的包都是通过Homebrew进行安装的。ctags也同样。 可以在命令行下键入 ctags -R 提示-R参数不存在,google了下,提示系统自带ctags,两个ctags默认使用系统的。解决这个问题方法,打开~/.bash_profile 最下方增加: PATH=/usr/local/bin:$PATH 让命令行默认先到/usr/local原创 2013-03-14 14:56:01 · 947 阅读 · 0 评论