We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c8e00 commit c686037Copy full SHA for c686037
doc/vim-lsp.txt
@@ -22,6 +22,7 @@ CONTENTS *vim-lsp-contents*
22
LspDocumentDiagnostics |LspDocumentDiagnostics|
23
LspDefinition |LspDefinition|
24
LspDocumentFormat |LspDocumentFormat|
25
+ LspDocumentFormatSync |LspDocumentFormatSync|
26
LspDocumentRangeFormat |LspDocumentRangeFormat|
27
LspDocumentSymbol |LspDocumentSymbol|
28
LspHover |LspHover|
@@ -304,6 +305,10 @@ LspDocumentFormat *LspDocumentFormat*
304
305
306
Format the entire document.
307
308
+LspDocumentFormatSync *LspDocumentFormatSync*
309
+
310
+Same as LspDocumentFormat but synchronized.
311
312
LspDocumentRangeFormat *LspDocumentRangeFormat*
313
314
Format the current document selection.
0 commit comments