README.md | 2 +- doc/lsp.txt | 8 ++++---- diff --git a/README.md b/README.md index daf721ae17cfdef345d589a4f16da8307176f97d..595793ea0b19efae09e8b6f3f1228ef9529bfc0d 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,6 @@ \ noDiagHoverOnLine: v:true, \ noNewlineInCompletion: v:false, \ outlineOnRight: v:false, \ outlineWinSize: 20, - \ useQuickfixForLocations: v:false, \ showDiagInPopup: v:true, \ showDiagOnStatusLine: v:false, \ showDiagWithVirtualText: v:false, @@ -139,6 +138,7 @@ \ showSignature: v:true, \ 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 7ce342a0a60210b4d96c845355ef86b8681d0a7a..6f31e499c46f40312f5080a2626f4bb5dc0094b3 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -457,10 +457,6 @@ right side, by default this is false. *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 @@ *lsp-opt-usePopupInCodeAction* 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