Skip to content

Commit afe3e6b

Browse files
committed
更新内容排版
1 parent 93d8880 commit afe3e6b

File tree

1 file changed

+31
-21
lines changed

1 file changed

+31
-21
lines changed

README.md

Lines changed: 31 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11

2-
![vim-web](./vim-web-logo.png)
2+
<p align="center"><img height="80" src="./vim-web-logo.png" /></p>
33

4-
----
5-
6-
Only tested on Mac OSx
4+
<p align="center">Only tested on Mac OSx</p>
75

86
<img align="center" src="./vim-web.gif">
97

10-
## 目录
8+
目录
9+
===
1110

1211
<details>
1312
<summary>点击展开目录菜单</summary>
1413

1514
<!-- TOC -->
1615

17-
- [目录](#目录)
18-
- [安装](#安装)
16+
- [安装Vim-Web](#安装vim-web)
1917
- [插件管理](#插件管理)
2018
- [理解Vim](#理解vim)
2119
- [常用快捷键](#常用快捷键)
@@ -46,12 +44,6 @@ Only tested on Mac OSx
4644
- [多文档编辑](#多文档编辑)
4745
- [环境恢复](#环境恢复)
4846
- [插件列表](#插件列表)
49-
- [插件管理工具](#插件管理工具)
50-
- [主题风格](#主题风格)
51-
- [使用界面](#使用界面)
52-
- [管理项目](#管理项目)
53-
- [代码书写](#代码书写)
54-
- [代码阅读](#代码阅读)
5547
- [错误处理](#错误处理)
5648
- [参考资料](#参考资料)
5749
- [其它人的vimrc配置](#其它人的vimrc配置)
@@ -60,7 +52,7 @@ Only tested on Mac OSx
6052

6153
</details>
6254

63-
## 安装
55+
## 安装Vim-Web
6456

6557
最新版本的Vim 7.4+ 使用(`brew install macvim`)安装,vim 版本更新 `brew install macvim --override-system-vim`
6658

@@ -1048,7 +1040,6 @@ let g:multi_cursor_skip_key='<S-k>' " 跳过当前这个选中
10481040

10491041
</details>
10501042

1051-
10521043
<details>
10531044
<summary>精确替换</summary>
10541045

@@ -1148,26 +1139,36 @@ map <leader>rs :source my.vim<cr> :rviminfo my.viminfo<cr> " 恢复快捷
11481139

11491140
这里面所有的插件,并不是都放到了我的 [.vimrc](./.vimrc) 文件中 .vimrc 配置文件中,是我个人喜欢并且习惯的配置。
11501141

1151-
#### 插件管理工具
1142+
<details>
1143+
<summary>插件管理工具</summary>
11521144

11531145
- [junegunn/vim-plug](https://github.com/junegunn/vim-plug)
11541146
- [VundleVim/Vundle.vim](https://github.com/VundleVim/Vundle.vim)
11551147

1156-
#### 主题风格
1148+
</details>
1149+
1150+
<details>
1151+
<summary>主题风格</summary>
11571152

11581153
- [vim-colors-solarized](https://github.com/altercation/vim-colors-solarized) 主题风格素雅 solarized
11591154
- [molokai](https://github.com/tomasr/molokai) 主题风格多彩 molokai
11601155
- [phd](https://github.com/vim-scripts/phd) 主题风格复古 phd
11611156

1162-
#### 使用界面
1157+
</details>
1158+
1159+
<details>
1160+
<summary>使用界面</summary>
11631161

11641162
- [Mango](https://github.com/goatslacker/mango.vim) A nice color scheme
11651163
- [VimAirline](https://github.com/bling/vim-airline) 美化状态栏偏好设置
11661164
- [vim-powerline](https://github.com/Lokaltog/vim-powerline) 美化状态栏
11671165
- [vim-airline](https://github.com/vim-airline/vim-airline) 美化状态栏和配置
11681166
- [vim-airline-themes](https://github.com/vim-airline/vim-airline-themes) airline主题
11691167

1170-
#### 管理项目
1168+
</details>
1169+
1170+
<details>
1171+
<summary>管理项目</summary>
11711172

11721173
- [NERDTree](https://github.com/scrooloose/nerdtree) Manage your project files
11731174
- [VimFugitive](https://github.com/tpope/vim-fugitive) Git 集成
@@ -1186,7 +1187,10 @@ map <leader>rs :source my.vim<cr> :rviminfo my.viminfo<cr> " 恢复快捷
11861187
- [ybian/smartim](https://github.com/ybian/smartim) 解决中文输入法下面无法使用命令
11871188
- [Yggdroot/LeaderF](https://github.com/Yggdroot/LeaderF) 模糊查找神器,性能超越ctrlp
11881189

1189-
#### 代码书写
1190+
</details>
1191+
1192+
<details>
1193+
<summary>代码书写</summary>
11901194

11911195
- [NERDCommenter](https://github.com/scrooloose/nerdcommenter) 注释更容易
11921196
- [DrawIt](https://github.com/vim-scripts/DrawIt) ASCII art 风格的注释
@@ -1216,7 +1220,11 @@ map <leader>rs :source my.vim<cr> :rviminfo my.viminfo<cr> " 恢复快捷
12161220
- [othree/xml.vim](https://github.com/othree/xml.vim) 中/提供快速编写xml/html的能力,如标签自动闭合等
12171221
- [pangloss/vim-javascript](https://github.com/pangloss/vim-javascript) 提供js代码的智能缩进,仅使用了他的indent功能
12181222

1219-
#### 代码阅读
1223+
</details>
1224+
1225+
1226+
<details>
1227+
<summary>代码阅读</summary>
12201228

12211229
- 语法高亮
12221230
- [vim-polyglot](https://github.com/sheerun/vim-polyglot) 支持常见的语法高亮
@@ -1233,6 +1241,8 @@ map <leader>rs :source my.vim<cr> :rviminfo my.viminfo<cr> " 恢复快捷
12331241
- [ultisnips](https://github.com/SirVer/ultisnips) 模板补全插件
12341242
- [vim-protodef](https://github.com/derekwyatt/vim-protodef) 根据类声明自动生成类实现的代码框架
12351243

1244+
</details>
1245+
12361246
## 错误处理
12371247

12381248
```

0 commit comments

Comments
 (0)