mirror of
https://github.com/Yggdroot/indentLine.git
synced 2025-12-08 04:54:45 +08:00
Merge pull request #325 from frelind/doc_typo
Fix README typo in installation example
This commit is contained in:
@@ -9,8 +9,8 @@ This plugin takes advantage of the newly provided `conceal` feature in Vim 7.3,
|
|||||||
## Installation
|
## 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:
|
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
|
```bash
|
||||||
git clone https://github.com/Yggdroot/indentLine.git ~/.vim/pack/vendor/start/indentLint
|
git clone https://github.com/Yggdroot/indentLine.git ~/.vim/pack/vendor/start/indentLine
|
||||||
vim -u NONE -c "helptags ~/.vim/pack/vendor/start/indentLint/doc" -c "q"
|
vim -u NONE -c "helptags ~/.vim/pack/vendor/start/indentLine/doc" -c "q"
|
||||||
```
|
```
|
||||||
|
|
||||||
Otherwise, these are some of the other options:
|
Otherwise, these are some of the other options:
|
||||||
|
|||||||
Reference in New Issue
Block a user