File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,27 +9,27 @@ An automatic configuration program for vim
99
1010### Mac OS X
1111
12- ##### 安装[ HomeBrew] [ 3 ]
12+ #### 安装[ HomeBrew] [ 3 ]
1313
1414 ```bash
1515 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
1616 ```
1717
18- ##### 安装vimplus
18+ #### 安装vimplus
1919
2020 ```bash
2121 git clone https://github.com/chxuan/vimplus.git ~/.vimplus
2222 cd ~/.vimplus
2323 ./install.sh
2424 ```
2525
26- ##### 设置Nerd Font
26+ #### 设置Nerd Font
2727
2828为防止vimplus显示乱码,需设置mac终端字体为` Droid Sans Mono Nerd Font `
2929
3030### Linux
3131
32- ##### 支持以下发行版
32+ #### 支持以下发行版
3333
3434 - ` Ubuntu16.04 ` 及其以上系统
3535 - ` Centos7 ` 及其以上系统
@@ -39,19 +39,19 @@ An automatic configuration program for vim
3939 - ArchLinux
4040 - openSUSE
4141
42- ##### 安装vimplus(请在普通用户下安装)
42+ #### 安装vimplus(请在普通用户下安装)
4343
4444 ```bash
4545 git clone https://github.com/chxuan/vimplus.git ~/.vimplus
4646 cd ~/.vimplus
4747 ./install.sh(不加sudo)
4848 ```
4949
50- ##### 设置Nerd Font
50+ #### 设置Nerd Font
5151
5252为防止vimplus显示乱码,需设置linux终端字体为` Droid Sans Mono Nerd Font `
5353
54- ##### 注意事项
54+ #### 注意事项
5555
5656 - 在Deepin下安装vimplus时,需要在深度应用商店安装gvim,目的是让vim支持python模块
5757
You can’t perform that action at this time.
0 commit comments