File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -354,8 +354,9 @@ def SetUpJavaCompleter():
354354 CACHE = p .join ( LOMBOR_DIR , 'cache' )
355355
356356 jar_name = f'lombok-{ LOMBOK_VERSION } .jar'
357- url = f'https://projectlombok.org/downloads/{ jar_name } '
358-
357+ url = (
358+ f'https://github.com/ycm-core/llvm/releases/download/14.0.5/{ jar_name } '
359+ )
359360 file_name = p .join ( CACHE , jar_name )
360361
361362 if not p .exists ( CACHE ):
Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ def BuildDisplayMessageResponse( text ):
9696
9797
9898def BuildDetailedInfoResponse ( text ):
99- """ Returns the response object for displaying detailed information about types
100- and usage, such as within a preview window"""
99+ """ Returns the response object for displaying detailed information about
100+ types and usage, such as within a preview window"""
101101 return {
102102 'detailed_info' : text
103103 }
You can’t perform that action at this time.
0 commit comments