Skip to content

Commit

Permalink
docs: link to new repos for editor support
Browse files Browse the repository at this point in the history
This also temporarily removes removes emacs support as it needs to be
updated to support raw strings before we take it over.
  • Loading branch information
rfratto committed Mar 20, 2024
1 parent 1d609ea commit 2511051
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/sources/concepts/config-language/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,9 @@ The preceding example has two blocks:

You can use one or all of the following tools to help you write configuration files in River.

* Experimental editor support for
* [vim](https://github.com/rfratto/vim-river)
* [VSCode](https://github.com/rfratto/vscode-river)
* [river-mode](https://github.com/jdbaldry/river-mode) for Emacs
* Editor support for:
* [VSCode](https://github.com/grafana/vscode-alloy)
* [Vim/Neovim](https://github.com/grafana/vim-alloy)
* Code formatting using the [`agent fmt` command][fmt]

You can also start developing your own tooling using the {{< param "PRODUCT_ROOT_NAME" >}} repository as a go package or use the
Expand Down

0 comments on commit 2511051

Please sign in to comment.