From 58df039704fda2e26f79cd80728e61693b65d6b0 Mon Sep 17 00:00:00 2001 From: Fredrik Lindgren <10121588+frelind@users.noreply.github.com> Date: Fri, 4 Sep 2020 10:57:32 +0200 Subject: [PATCH] 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 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91bca28..6b17fdc 100644 --- a/README.md +++ b/README.md @@ -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: @@ -29,7 +29,7 @@ indentLine will overwrite 'conceal' color with grey by default. If you want to h let g:indentLine_setColors = 0 ``` -Or you can customize conceal color by: +Or you can customize conceal color by: ```vim " Vim let g:indentLine_color_term = 239