From: Guillaume Démurgé Date: Thu, 18 May 2023 13:16:08 +0000 (+0200) Subject: Reorder options by alphabetical order X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=5c1c16f9ce6088c89df0c39cb329a861c889edbf;p=vim-lsp.git Reorder options by alphabetical order --- 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