readmefix

This commit is contained in:
SuperAuguste 2020-05-24 11:56:51 -04:00
parent 7f599bef2e
commit 53dcf8a35e

View File

@ -12,6 +12,7 @@ Zig Language Server, or `zls`, is a language server for Zig. The Zig wiki states
- [Configuration Options](#configuration-options) - [Configuration Options](#configuration-options)
- [Usage](#usage) - [Usage](#usage)
- [VSCode](#vscode) - [VSCode](#vscode)
- [Sublime Text 3](#sublime-text-3)
- [Related Projects](#related-projects) - [Related Projects](#related-projects)
- [License](#license) - [License](#license)
@ -53,7 +54,7 @@ The following options are currently available.
## Usage ## Usage
`zls` is in its early stages, with a full analysis/completion engine coming soon, but it is still usable. `zls` will supercharge your Zig programming experience with autocomplete, function documentation, and more! Follow the instructions for your specific editor below:
### VSCode ### VSCode