File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -641,6 +641,11 @@ endfunction
641641
642642let s: root = expand (' <sfile>:p:h:h' )
643643function ! 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+
644649 let l: filename = ' languageclient'
645650 if has (' win32' )
646651 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'.
596596Default: v:true
597597Valid options: v:true | v:false
598598
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+
599606==============================================================================
6006073. Commands *LanguageClientCommands*
601608
You can’t perform that action at this time.
0 commit comments