update installation instruction for pathogen to generate help tags with :Helptags (close #362)

This commit is contained in:
itchyny
2019-06-03 11:01:45 +09:00
parent bb0b401361
commit 3b7c7b83d2
2 changed files with 8 additions and 3 deletions

View File

@@ -57,6 +57,8 @@ landscape is my colorscheme, which is a high-contrast cterm-supported colorschem
git clone https://github.com/itchyny/lightline.vim ~/.vim/bundle/lightline.vim
2. Generate help tags with `:Helptags`.
### [Vundle](https://github.com/VundleVim/Vundle.vim)
1. Add the following configuration to your `.vimrc`.

View File

@@ -4,7 +4,7 @@ Version: 0.1
Author: itchyny (https://github.com/itchyny)
License: MIT License
Repository: https://github.com/itchyny/lightline.vim
Last Change: 2018/04/28 00:08:18.
Last Change: 2019/06/03 11:00:44.
CONTENTS *lightline-contents*
@@ -986,12 +986,15 @@ Problem 1: *lightline-problem-1*
1. Put all the files under $VIM.
If you are using |vim-pathogen|, install this plugin with the
following command.
If you are to install this plugin using |vim-pathogen|:
1. Install this plugin with the following command.
>
git clone https://github.com/itchyny/lightline.vim \
~/.vim/bundle/lightline.vim
<
2. Generate help tags with |:Helptags|.
If you are to install this plugin using |Vundle|:
1. Add the following configuration to your