Commit 1d5a6d1
committed
config: disable Java analysis
Java analysis consumes significant memory resources, even when only the
Java SDK is analysed.
Java analysis populates autocomplete with a huge number of entries from
the Java language API, adding complexity when not using Java interop.
Set `:java nil` to disable LSP analysis of Java SDK and any other Java
libraries on the class path1 parent 59b1bee commit 1d5a6d1
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments