diff options
| author | pommicket <pommicket@gmail.com> | 2023-01-12 22:39:56 -0500 |
|---|---|---|
| committer | pommicket <pommicket@gmail.com> | 2023-01-12 22:39:56 -0500 |
| commit | 40b3fc989b11616c044a0947f78b400945a300a4 (patch) | |
| tree | 7ed9805ed15826b26c6f6dc313f38b0af544914f | |
| parent | 1b318330c94a19b922d05b6fac19f6a4a59d248a (diff) | |
fix heading levels in README
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -187,18 +187,18 @@ The Go team's `go-pls` is enabled by default. You can download it [here](https://github.com/golang/tools/tree/master/gopls). -## Java +### Java Eclipse's `jdtls` is enabled by default. You can download it [here](download.eclipse.org/jdtls/milestones/?d). -## JavaScript/TypeScript +### JavaScript/TypeScript `typescript-language-server` is enabled by default. You can download it by following [the instructions here](https://github.com/typescript-language-server/typescript-language-server). -## LaTeX +### LaTeX `texlab` is enabled by default. You can download it [here](https://github.com/latex-lsp/texlab). |
