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 a9231fd commit 406be2bCopy full SHA for 406be2b
plugin/LanguageClient.vim
@@ -50,6 +50,10 @@ function! LanguageClient_textDocument_formatting(...)
50
return call('LanguageClient#textDocument_formatting', a:000)
51
endfunction
52
53
+function! LanguageClient_textDocument_formatting_sync(...)
54
+ return call('LanguageClient#textDocument_formatting_sync', a:000)
55
+endfunction
56
+
57
function! LanguageClient_textDocument_rangeFormatting(...)
58
return call('LanguageClient#textDocument_rangeFormatting', a:000)
59
0 commit comments