diff --git a/README.md b/README.md index 1e81775..36d7539 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ This extension adds support for the [V programming language](https://vlang.org/) to the [Zed editor](https://zed.dev). +## Language Server Support +This extension automatically tries to download [`v-analyzer`](https://github.com/vlang/v-analyzer). If the download keeps failing, you must manually install [`v-analyzer`](https://github.com/vlang/v-analyzer). + ## Runnables By default `runnables` won't do anything as they only run appropriately tagged tasks. To use runnables, you must add one of these supported tags to your tasks: @@ -29,4 +32,4 @@ Some example tasks to get you started. Place these in your `tasks.json` file. "reveal": "always", } ] -``` \ No newline at end of file +```