Skip to content

Commit

Permalink
docs: adding info on running Biome via ALE in Vim & Neovim. (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanker committed May 21, 2024
1 parent 7614f95 commit 2749a21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/content/docs/guides/integrate-in-editor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2749a21

Please sign in to comment.