From 2749a2187cd5871fbb2089cdaffcb63e4ce7c560 Mon Sep 17 00:00:00 2001 From: Fredrik Lanker Date: Wed, 22 May 2024 00:15:55 +0200 Subject: [PATCH] docs: adding info on running Biome via ALE in Vim & Neovim. (#430) --- src/content/docs/guides/integrate-in-editor.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/docs/guides/integrate-in-editor.mdx b/src/content/docs/guides/integrate-in-editor.mdx index f0afcbb4..2171727d 100644 --- a/src/content/docs/guides/integrate-in-editor.mdx +++ b/src/content/docs/guides/integrate-in-editor.mdx @@ -45,7 +45,8 @@ To install the Biome IntelliJ plugin, head over to [official plugin page](https: ## Third-party plugins These are plugin maintained by other communities, that you install in your editor: -- [`neovim`](https://neovim.io/): you'll have to install [`nvim-lspconfig`](https://github.com/neovim/nvim-lspconfig/), and follow the [instructions](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#biome); +- [`vim`](https://www.vim.org/): [`ALE`](https://github.com/dense-analysis/ale) supports Biome, just follow the installation instructions +- [`neovim`](https://neovim.io/): you'll have to install [`nvim-lspconfig`](https://github.com/neovim/nvim-lspconfig/), and follow the [instructions](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#biome). [`ALE`](https://github.com/dense-analysis/ale) also supports Biome. - [`helix`](https://helix-editor.com/): follow the instruction of [this manual](https://github.com/biomejs/biome/blob/main/editors/helix/manual.md) - [`coc-biome`](https://github.com/fannheyward/coc-biome): Biome extension for [`coc.nvim`](https://github.com/neoclide/coc.nvim) - [`sublime text`](https://www.sublimetext.com/): follow the [`LSP-biome`](https://github.com/sublimelsp/LSP-biome) installation instructions