Skip to content

Commit

Permalink
bring back buf and ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
dundalek committed Nov 12, 2024
1 parent d37158d commit 6e2c549
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 10 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 319<!-- SERVER_COUNT_PLACEHOLDER --> servers in lspconfig, see the full list of [supported servers](./servers.md).
Currently available <!-- SERVER_COUNT_PLACEHOLDER -->125 out of 336<!-- SERVER_COUNT_PLACEHOLDER --> servers in lspconfig, see the full list of [supported servers](./servers.md).

## Install

Expand Down
4 changes: 2 additions & 2 deletions lua/lazy-lsp/servers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ return {
bsl_ls = "",
buck2 = "",
buddy_ls = "",
buf_ls = "",
buf_ls = "buf",
bzl = "",
c3_lsp = "",
cadence = "",
Expand Down Expand Up @@ -270,7 +270,7 @@ return {
"rubyPackages.ruby-lsp",
"bundler"
},
ruff = "",
ruff = "ruff",
rune_languageserver = "rune-languageserver",
rust_analyzer = {
"rust-analyzer",
Expand Down
2 changes: 1 addition & 1 deletion scripts/genstats.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ local curated_opts = [[{
},
preferred_servers = {
markdown = {},
python = { "basedpyright" },
python = { "basedpyright", "ruff" },
},
}
]]
Expand Down
Loading

0 comments on commit 6e2c549

Please sign in to comment.