• ubuntu14.04 VIM for python 一键配置


    # 超强vim配置文件


    [![Build Status](https://travis-ci.org/ma6174/vim.png?branch=master)](https://travis-ci.org/ma6174/vim)

    ### 运行截图




    ![screenshot.png](screenshot.png)


    ### 简易安装方法:


    打开终端,执行下面的命令就自动安装好了:


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


    ### 或者自己手动安装:(以ubuntu为例)


    1. 安装vim `sudo apt-get install vim`
    - 安装ctags:`sudo apt-get install ctags`
    - 安装一些必备程序:`sudo apt-get install xclip vim-gnome astyle python-setuptools`
    - python代码格式化工具:`sudo easy_install -ZU autopep8`
    - `sudo ln -s /usr/bin/ctags /usr/local/bin/ctags`
    - clone配置文件:`cd ~/ && git clone git://github.com/ma6174/vim.git`
    - `mv ~/vim ~/.vim`
    - `mv ~/.vim/.vimrc ~/`
    - clone bundle 程序:`git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle`
    - 打开vim并执行bundle程序`:BundleInstall`
    - 重新打开vim即可看到效果


    ### 了解更多vim使用的小技巧:


    [tips.md](tips.md)


    ### 查看更新日志:


    [`update_log.md`](update_log.md)

  • 相关阅读:
    Win10导出查看删除已安装的证书
    Tomcat配置https访问
    SpringBoot启用https
    使用OpenSSL证书操作详解
    sed命令常用用法
    Jenkins安装第一个插件和通过离线安装包进行安装
    CentOS设置主机名称
    Jenkins使用过程中遇到的问题
    Visual Studio 最新插件
    文章去格式
  • 原文地址:https://www.cnblogs.com/lvchaoshun/p/5906872.html
Copyright © 2020-2023  润新知