diff options
author | w0rp <devw0rp@gmail.com> | 2017-07-19 13:37:40 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-07-19 13:37:40 +0100 |
commit | f133ce96f8d0abc7d17bffa8b5317fccf3bbd347 (patch) | |
tree | 4f450b6a1bdef553271b8c5511d742edd878d343 /README.md | |
parent | cbdf10a1293c63e9a09213285a36986f4f0cb90d (diff) | |
download | ale-f133ce96f8d0abc7d17bffa8b5317fccf3bbd347.zip |
Fix heading levels
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -166,21 +166,21 @@ stored in `%USERPROFILE%\_vimrc`. In Vim 8 and NeoVim, you can install plugins easily without needing to use any other tools. Simply clone the plugin into your `pack` directory. -### Vim 8 on Unix +#### Vim 8 on Unix ```bash mkdir -p ~/.vim/pack/git-plugins/start git clone https://github.com/w0rp/ale.git ~/.vim/pack/git-plugins/start/ale ``` -### NeoVim on Unix +#### NeoVim on Unix ```bash mkdir -p ~/.local/share/nvim/site/pack/git-plugins/start git clone https://github.com/w0rp/ale.git ~/.local/share/nvim/site/pack/git-plugins/start/ale ``` -### Vim 8 on Windows +#### Vim 8 on Windows ```bash # Run these commands in the "Git for Windows" Bash terminal @@ -188,7 +188,7 @@ mkdir -p ~/vimfiles/pack/git-plugins/start git clone https://github.com/w0rp/ale.git ~/vimfiles/pack/git-plugins/start/ale ``` -### Generating documentation +#### Generating documentation You can add the following line to your vimrc files to generate documentation tags automatically, if you don't have something similar already, so you can use |