Giter Club home page Giter Club logo

vim's Introduction

Vim IDE

-----------------------------------------------------
                                      __
           __                  __    /\ \
   __  __ /\_\    ___ ___     /\_\   \_\ \     __
  /\ \/\ \\/\ \ /' __` __`\   \/\ \  /'_` \  /'__`\
  \ \ \_/ |\ \ \/\ \/\ \/\ \   \ \ \/\ \_\ \/\  __/
   \ \___/  \ \_\ \_\ \_\ \_\   \ \_\ \___,_\ \____\
    \/__/    \/_/\/_/\/_/\/_/    \/_/\/__,_ /\/____/

-----------------------------------------------------

1 vim IDE 部署

  • 本 Vim 可以重复安装
  • 普通用户执行程序时需要有 sudo 权限

1.1 git 进行下载安装

#git clone https://github.com/BillWang139967/Vim.git
#chmod 777 -R Vim
#cd Vim
#./start_vim.sh

常见问题

使用 git clone 失败

[root@localhost ~]# git clone https://github.com/BillWang139967/Vim.git
Initialized empty Git repository in /root/Vim/.git/
error:  while accessing https://github.com/BillWang139967/Vim.git/info/refs

fatal: HTTP request failed

解决方法

#git config --global http.sslVerify false

1.2 curl 进行下载安装

#curl -o vim.zip https://codeload.github.com/BillWang139967/Vim/zip/master
#unzip vim.zip
#cd Vim-master
#bash start_vim.sh

1.3 卸载

#cd ~
#rm -rf .vim*

2 牛刀小试

Screenshot

3 版本发布

  • [v1.0.12] 2017-09-28 增加:golang 语法高亮
  • [v1.0.11] 2017-07-24 修改:状态栏显示
  • [v1.0.10] 2017-04-21 增加:python 代码自动审查(pyflakes)
  • [v1.0.09] 2017-04-18 增加:括号自动匹配插件 auto-pairs
  • [v1.0.08] 2017-03-18 增加:自动格式化中文排版插件 pangu, 更新 TOC 插件。
  • [v1.0.07] 2016-10-07 增加:Markdown 生成 TOC 插件
  • [v1.0.05] 2016-08-26 修改:更新 ctags, 添加 python 代码自动折叠
  • [v1.0.04] 2016-05-29 增加:自动生成 markdown 头信息
  • [v1.0.03] 2016-05-18 修订:对 github 文档进行整理
  • [v1.0.02] 2014-08-13 新增:对 Vim 进行整理发布一键化程序
  • [v1.0.01] 2014-01-01 新增:发布初始版本。

4 小额捐款

如果你觉得 Vim 对你有帮助,可以对作者进行小额捐款(支付宝)

Screenshot

vim's People

Contributors

meetbill avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.