Skip to content

Commit

Permalink
Add tags generation instruction to README and lsp.txt (#530)
Browse files Browse the repository at this point in the history
* Update README.md

Add tags file generation instruction.

* Update lsp.txt
  • Loading branch information
nv-quan authored Jun 14, 2024
1 parent dfc001a commit 5177f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions doc/lsp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5177f7d

Please sign in to comment.