Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

补全一些条目,将Vimscript条目合并入编辑器条目内,并新增《像IDE一样使用Vim》 #274

Merged
merged 2 commits into from
Feb 4, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@

* [语言无关类](#语言无关类)
* [操作系统](#操作系统)
* [智能系统](#智能系统)
* [WEB服务器](#web服务器)
* [版本控制](#版本控制)
* [编辑器](#编辑器)
* [NoSQL](#nosql)
* [PostgreSQL](#postgresql)
* [MySQL](#mysql)
Expand All @@ -31,6 +33,7 @@
* [Web](#web)
* [大数据](#大数据)
* [编程艺术](#编程艺术)
* [其它](#其它)

* [语言相关类](#语言相关类)
* [AWK](#awk)
Expand All @@ -56,10 +59,10 @@
* [R](#r)
* [Scala](#scala)
* [Swift](#swift)
* [Vimscript](#vimscript)
* [Scheme](#scheme)

* [读书笔记及其它](#读书笔记及其它)
* [测试相关](#测试相关)

## 语言无关类

Expand Down Expand Up @@ -113,6 +116,9 @@
### 编辑器

* [exvim--vim 改良成IDE项目](http://exvim.github.io/docs-zh/intro/)
* [笨方法学Vimscript 中译本](http://learnvimscriptthehardway.onefloweroneworld.com/)
* [Vim中文文档](https://github.com/vimcn/vimcdoc)
* [所需即所获:像 IDE 一样使用 vim](https://github.com/yangyangwithgnu/use_vim_as_ide)

### NoSQL

Expand Down Expand Up @@ -448,11 +454,6 @@

* [笨办法学Prolog](http://fengdidi.github.io/blog/2011/11/15/qian-yan/)

### Vimscript

* [笨方法学Vimscript 中译本](http://learnvimscriptthehardway.onefloweroneworld.com/)
* [Vim中文文档](https://github.com/vimcn/vimcdoc)

### Scheme
* [Yet Another Scheme Tutorial Scheme入门教程](http://deathking.github.io/yast-cn/)

Expand Down