seeker-bin / Vim

🚩一键化打造Vim IDE环境(安装只需数秒) linux 64位环境

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 新增:发布初始版本。

About

🚩一键化打造Vim IDE环境(安装只需数秒) linux 64位环境

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%