LazyVim.LazyVim/lua/lazyvim/plugins/extras/formatting
Alexey Svirshchevskiy b8407f4b12
feat(extras): add biome formatter (#4448)
## Description
This PR adds biome as a conform/null-ls formatter.

When using biome lsp formatting directly, the syntax highlighting is
flickering. However, it works great when formatting is configured with
conform.

To avoid conflicts with Prettier, it is recommended to set
`vim.g.lazyvim_prettier_needs_config = true` In this case, both prettier
and biome formatters could be activated simultaneously.

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
2024-11-16 07:34:21 +01:00
..
biome.lua feat(extras): add biome formatter (#4448) 2024-11-16 07:34:21 +01:00
black.lua feat!: make conform.nvim and nvim-lint the default formatters/linters 2023-10-12 11:48:02 +02:00
prettier.lua fix(prettier): keep existing formatters_by_ft (#4719) 2024-11-07 16:11:36 +01:00