From 5c1c16f9ce6088c89df0c39cb329a861c889edbf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Guillaume=20D=C3=A9murg=C3=A9?= Date: Thu, 18 May 2023 15:16:08 +0200 Subject: [PATCH] Reorder options by alphabetical order --- README.md | 2 +- doc/lsp.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index daf721a..595793e 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,6 @@ call LspOptionsSet(#{ \ noNewlineInCompletion: v:false, \ outlineOnRight: v:false, \ outlineWinSize: 20, - \ useQuickfixForLocations: v:false, \ showDiagInPopup: v:true, \ showDiagOnStatusLine: v:false, \ showDiagWithVirtualText: v:false, @@ -139,6 +138,7 @@ call LspOptionsSet(#{ \ snippetSupport: v:false, \ ultisnipsSupport: v:false, \ usePopupInCodeAction: v:false, + \ useQuickfixForLocations: v:false, \ useBufferCompletion: v:false, \ }) ``` diff --git a/doc/lsp.txt b/doc/lsp.txt index 7ce342a..6f31e49 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -457,10 +457,6 @@ outlineOnRight |Boolean| option. Open the outline window on the *lsp-opt-outlineWinSize* outlineWinSize |Number| option. The size of the symbol Outline window. By default this is set to 20. - *lsp-opt-useQuickfixForLocations* -useQuickfixForLocations |Boolean| option. Show |:LspShowReferences| in a - quickfix list instead of a location list. - By default this is set to false. *lsp-opt-showDiagInPopup* showDiagInPopup |Boolean| option. When using the |:LspDiagCurrent| command to display the diagnostic message for the @@ -497,6 +493,10 @@ ultisnipsSupport |Boolean| option. Enable SirVer/ultisnips support. usePopupInCodeAction |Boolean| option. When using the |:LspCodeAction| command to display the code action for the current line, use a popup menu instead of echoing. + By default this is set to false. + *lsp-opt-useQuickfixForLocations* +useQuickfixForLocations |Boolean| option. Show |:LspShowReferences| in a + quickfix list instead of a location list. By default this is set to false. *lsp-opt-useBufferCompletion* useBufferCompletion |Boolean| option. If enabled, the words from the current -- 2.48.1