From: Quan Nguyen Date: Fri, 14 Jun 2024 15:06:56 +0000 (+0900) Subject: Add tags generation instruction to README and lsp.txt (#530) X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=5177f7d83545d09717826a6a3e95d67d1fa48a94;p=vim-lsp.git Add tags generation instruction to README and lsp.txt (#530) * Update README.md Add tags file generation instruction. * Update lsp.txt --- diff --git a/README.md b/README.md index ba2f481..a2abb6d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ You can install this plugin directly from github using the following steps: $ mkdir -p $HOME/.vim/pack/downloads/opt $ cd $HOME/.vim/pack/downloads/opt $ git clone https://github.com/yegappan/lsp +$ vim -u NONE -c "helptags $HOME/.vim/pack/downloads/opt/lsp/doc" -c q ``` After installing the plugin using the above steps, add the following line to diff --git a/doc/lsp.txt b/doc/lsp.txt index 1987bde..0d39a35 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -53,6 +53,7 @@ You can install this plugin directly from github using the following steps: $ mkdir -p $HOME/.vim/pack/downloads/opt $ cd $HOME/.vim/pack/downloads/opt $ git clone https://github.com/yegappan/lsp + $ vim -u NONE -c "helptags $HOME/.vim/pack/downloads/opt/lsp/doc" -c q or you can use any one of the Vim plugin managers (dein.vim, pathogen, vam, vim-plug, volt, Vundle, etc.) to install and manage this plugin.