You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -200,11 +200,13 @@ let g:JavaComplete_EnableDefaultMappings = 0
200
200
201
201
`let g:JavaComplete_CustomTemplateDirectory = '~/jc_templates'` - set directory that contains custom templates, for class creation. By default this options is null.
202
202
203
-
`let g:JavaComplete_AutoStartServer = 0` - Disable automatic startup of server
203
+
`let g:JavaComplete_AutoStartServer = 0` - Disable automatic startup of server.
`let g:JavaComplete_IgnoreErrorMsg = 1` When it is greater than 0, the error message will be ignored. By default it is 0.
207
+
`let g:JavaComplete_IgnoreErrorMsg = 1` - When it is greater than 0, the error message will be ignored. By default it is 0.
208
+
209
+
`let g:JavaComplete_CheckServerVersionAtStartup = 0` - Check server version on startup. Can be disabled on slow start, or infinite recompilation. By default it is 1.
0 commit comments