From 5177f7d83545d09717826a6a3e95d67d1fa48a94 Mon Sep 17 00:00:00 2001 From: Quan Nguyen Date: Sat, 15 Jun 2024 00:06:56 +0900 Subject: [PATCH] Add tags generation instruction to README and lsp.txt (#530) * Update README.md Add tags file generation instruction. * Update lsp.txt --- README.md | 1 + doc/lsp.txt | 1 + 2 files changed, 2 insertions(+) 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. -- 2.48.1