File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -641,6 +641,11 @@ endfunction
641
641
642
642
let s: root = expand (' <sfile>:p:h:h' )
643
643
function ! LanguageClient#binaryPath () abort
644
+ let l: path = s: GetVar (' LanguageClient_binaryPath' )
645
+ if l: path isnot v: null
646
+ return l: path
647
+ endif
648
+
644
649
let l: filename = ' languageclient'
645
650
if has (' win32' )
646
651
let l: filename .= ' .exe'
Original file line number Diff line number Diff line change @@ -596,6 +596,13 @@ Whether set buffer omnifunc to 'LanguageClient#complete'.
596
596
Default: v:true
597
597
Valid options: v:true | v:false
598
598
599
+ 2.39 g:LanguageClient_binaryPath *g:LanguageClient_binaryPath*
600
+
601
+ Full path to languageclient binary.
602
+
603
+ Default: 'bin/languageclient' relative to plugin root.
604
+ Valid options: String
605
+
599
606
==============================================================================
600
607
3. Commands *LanguageClientCommands*
601
608
You can’t perform that action at this time.
0 commit comments