美文网首页
1. 开发环境配置-vim

1. 开发环境配置-vim

作者: 小裁缝在海边走着 | 来源:发表于2017-05-23 20:00 被阅读0次

    转自:http://blog.csdn.net/u010871058/article/details/54253774

    为方便使用vim 编辑器开发,特进行一些改动,适于自己开发.然发现网友的配置更好,而且方便.将其做成了project放于gitbub中.

    (1) 一键安装

     wget -qO- https://raw.github.com/ma6174/vim/master/setup.sh | sh -x
    

    (2) 只配置vim 编辑器:

    wget  http://files.cnblogs.com/ma6174/vimrc.zip
    unzip  -f  vimrc.zip  -d  ~/
    

    (3) gitbub项目地址: https://github.com/ma6174/vim

    相关文章

      网友评论

          本文标题:1. 开发环境配置-vim

          本文链接:https://www.haomeiwen.com/subject/wopgxxtx.html