]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Reorder options by alphabetical order
authorGuillaume Démurgé <Guillaume Démurgé>
Thu, 18 May 2023 13:16:08 +0000 (15:16 +0200)
committerGuillaume Démurgé <Guillaume Démurgé>
Thu, 18 May 2023 13:16:08 +0000 (15:16 +0200)
README.md
doc/lsp.txt

index daf721ae17cfdef345d589a4f16da8307176f97d..595793ea0b19efae09e8b6f3f1228ef9529bfc0d 100644 (file)
--- 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,
        \ })
 ```
index 7ce342a0a60210b4d96c845355ef86b8681d0a7a..6f31e499c46f40312f5080a2626f4bb5dc0094b3 100644 (file)
@@ -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