Fix README typo in installation example

The command example when git cloning to ~/.vim folder says indentLint instead of indentLine.
This commit fixes that.

Also remove trailing whitespace
This commit is contained in:
Fredrik Lindgren
2020-09-04 10:57:32 +02:00
parent 43dbd70928
commit 58df039704

View File

@@ -9,8 +9,8 @@ This plugin takes advantage of the newly provided `conceal` feature in Vim 7.3,
## Installation
If you are using VIM version 8 or higher you can use its built-in package management; see `:help packages` for more information. Just run these commands in your terminal:
```bash
git clone https://github.com/Yggdroot/indentLine.git ~/.vim/pack/vendor/start/indentLint
vim -u NONE -c "helptags ~/.vim/pack/vendor/start/indentLint/doc" -c "q"
git clone https://github.com/Yggdroot/indentLine.git ~/.vim/pack/vendor/start/indentLine
vim -u NONE -c "helptags ~/.vim/pack/vendor/start/indentLine/doc" -c "q"
```
Otherwise, these are some of the other options: