Skip to content

Commit

Permalink
add biome
Browse files Browse the repository at this point in the history
  • Loading branch information
dundalek committed Sep 29, 2024
1 parent 7c613c1 commit faedf30
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To ease the setup even further it can be complemented with [lsp-zero.nvim](https

Language servers are loaded in the background without a need of a manual user intervention. They are not installed upfront, but only on-demand after a source file for a given language is opened. The plugin works by relying on Nix package manager which works on Linux, macOS and Windows WSL.

Currently available <!-- SERVER_COUNT_PLACEHOLDER -->123 out of 321<!-- SERVER_COUNT_PLACEHOLDER --> servers in lspconfig, see the full list of [supported servers](./servers.md).
Currently available <!-- SERVER_COUNT_PLACEHOLDER -->124 out of 321<!-- SERVER_COUNT_PLACEHOLDER --> servers in lspconfig, see the full list of [supported servers](./servers.md).

## Install

Expand Down
2 changes: 1 addition & 1 deletion lua/lazy-lsp/servers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ return {
bazelrc_lsp = "",
beancount = "beancount-language-server",
bicep = "",
biome = "",
biome = "biome",
bitbake_language_server = "",
bitbake_ls = "",
blueprint_ls = "blueprint-compiler",
Expand Down
3 changes: 3 additions & 0 deletions scripts/genstats.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ local curated_opts = [[{
"quick_lint_js", -- prefer eslint and ts_ls
"scry", -- archived on Jun 1, 2023
"tailwindcss", -- associates with too many filetypes
"biome", -- not mature enough to be default
},
preferred_servers = {
markdown = {},
Expand Down Expand Up @@ -94,6 +95,8 @@ f:write([[
You can use the following configuration to enable a smaller selection of recommended servers that should work well for most users.
<!-- Generated by scripts/genstats.lua, make updates there! -->
```lua
]] ..
curated_opts ..
Expand Down
Loading

0 comments on commit faedf30

Please sign in to comment.