]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Add tags generation instruction to README and lsp.txt (#530)
authorQuan Nguyen <quannguyenvan1701@gmail.com>
Fri, 14 Jun 2024 15:06:56 +0000 (00:06 +0900)
committerGitHub <noreply@github.com>
Fri, 14 Jun 2024 15:06:56 +0000 (08:06 -0700)
* Update README.md

Add tags file generation instruction.

* Update lsp.txt

README.md
doc/lsp.txt

index ba2f4810527b5df5735d4850652d1c54628c9a5b..a2abb6ddf194a582c7328ab3708945ccec55860d 100644 (file)
--- 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
index 1987bde75f540da33678e5c0d0b8b2fb127f1dff..0d39a35a8570daa5cc364571ae5c904d41f1bf4b 100644 (file)
@@ -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.