# Editor Support

Both plugins live in the
[`bialet/bialet.vim`](https://github.com/bialet/bialet.vim) repository.

## VS Code

Install from the
[marketplace](https://marketplace.visualstudio.com/items?itemName=bialet.bialet-wren).

The extension is still basic (syntax highlighting only) — more features
(autocomplete, snippets, etc.) are planned.

![VS Code syntax highlighting](_static/vscode.png)

## Vim / Neovim

Install with [Plug](https://github.com/junegunn/vim-plug):

```vim
Plug 'bialet/bialet.vim'
```

![Neovim syntax highlighting](_static/neovim.png)

For how to run and configure the `bialet` binary, see
[Command Line Usage](usage.md).
