Skip to content

Commit

Permalink
Add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lv37 committed Jul 24, 2024
1 parent 0981c3a commit 35e5afd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This extension adds support for the [V programming language](https://vlang.org/) to the [Zed editor](https://zed.dev).

## Installation

1. Open Zed
2. Press `ctrl`+`shift`+`x` or `cmd`+`shift`+`x` to open the extension menu
3. Search for `v` and click on install

## 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).

Expand Down

0 comments on commit 35e5afd

Please sign in to comment.