From: Girish Palya <girishji@gmail.com>
Date: Thu, 1 Jun 2023 09:26:57 +0000 (+0200)
Subject: Enhance documentation
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=67811d917d15f701205073830cd2d0dbffbd0420;p=vim-lsp.git

Enhance documentation

M  doc/lsp.txt
---

diff --git a/doc/lsp.txt b/doc/lsp.txt
index 5f13c9d..756e4ee 100644
--- a/doc/lsp.txt
+++ b/doc/lsp.txt
@@ -546,7 +546,8 @@ ultisnipsSupport	|Boolean| option.  Enable SirVer/ultisnips support.
 						*lsp-opt-vssnipSupport*
 vsnipSupport		|Boolean| option.  Enable hrsh7th/vim-vsnip support.
 			Need snippet completion plugins hrsh7th/vim-vsnip
-		 	and hrsh7th/vim-vsnip-integ. By default this is
+		 	and hrsh7th/vim-vsnip-integ. Set ultisnipsSupport to
+			false before enabling this. By default this is
 			set to false.
 						*lsp-opt-usePopupInCodeAction*
 usePopupInCodeAction    |Boolean| option.  When using the |:LspCodeAction|