Skip to content
/ Vim Public
forked from meetbill/Vim

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

License

Notifications You must be signed in to change notification settings

YY00528/Vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

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

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

vim IDE 部署

VIM IDE 部署方法

  • 本 Vim 可以重复安装
  • 普通用户执行程序时需要有 sudo 权限
#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

卸载

#cd ~
#rm -rf .vim*

牛刀小试

Screenshot

版本发布

  • v1.0.10,2017-04-21,增加 python 代码自动审查(pyflakes)
  • v1.0.9,2017-04-18,增加括号自动匹配插件 auto-pairs
  • v1.0.8,2017-03-18,增加自动格式化中文排版插件 pangu, 更新 TOC 插件。
  • v1.0.7,2016-10-07,增加为 Markdown 生成 TOC 的 Vim 插件
  • v1.0.5,2016-08-26,修正 ctags, 添加 python 代码自动折叠
  • v1.0.4,2016-05-29,添加自动生成 markdown 头信息
  • v1.0.3,2016-05-18,对 github 文档进行整理
  • v1.0.2,2014-08-13,新增:对 Vim 进行整理发布一键化程序
  • v1.0.1,2014-01-01,新增:发布初始版本。

小额捐款

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

Screenshot

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%