Skip to content

Commit

Permalink
Remove discontinued rls
Browse files Browse the repository at this point in the history
  • Loading branch information
dundalek committed Jul 10, 2023
1 parent cc96406 commit c35cb31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Neovim plugin to automatically install [nvim-lspconfig](https://github.com/neovi

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 supports 94 out of 225 servers available in lspconfig, see the full list of [supported servers](./servers.md).
Currently supports 93 out of 225 servers available 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 @@ -180,7 +180,7 @@ return {
relay_lsp = "",
remark_ls = "",
rescriptls = "",
rls = "rls",
rls = "",
rnix = "rnix-lsp",
robotframework_ls = "",
rome = {
Expand Down
6 changes: 3 additions & 3 deletions servers.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## Supported: 94 / 225
## Supported: 93 / 225

| Language Server | Nix package |
| - | - |
Expand Down Expand Up @@ -66,7 +66,6 @@
| [pyright](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#pyright) | [pyright](https://search.nixos.org/packages?channel=unstable&query=pyright&show=pyright) |
| [quick_lint_js](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#quick_lint_js) | [quick-lint-js](https://search.nixos.org/packages?channel=unstable&query=quick-lint-js&show=quick-lint-js) |
| [r_language_server](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#r_language_server) | [rPackages.languageserver](https://search.nixos.org/packages?channel=unstable&query=rPackages.languageserver&show=rPackages.languageserver) |
| [rls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#rls) | [rls](https://search.nixos.org/packages?channel=unstable&query=rls&show=rls) |
| [rnix](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#rnix) | [rnix-lsp](https://search.nixos.org/packages?channel=unstable&query=rnix-lsp&show=rnix-lsp) |
| [rome](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#rome) | [rome](https://search.nixos.org/packages?channel=unstable&query=rome&show=rome) |
| [rust_analyzer](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#rust_analyzer) | [rust-analyzer](https://search.nixos.org/packages?channel=unstable&query=rust-analyzer&show=rust-analyzer) |
Expand Down Expand Up @@ -98,7 +97,7 @@
| [zk](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#zk) | [zk](https://search.nixos.org/packages?channel=unstable&query=zk&show=zk) |
| [zls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#zls) | [zls](https://search.nixos.org/packages?channel=unstable&query=zls&show=zls) |

## Missing: 131
## Missing: 132

- [als](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#als)
- [anakin_language_server](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#anakin_language_server)
Expand Down Expand Up @@ -193,6 +192,7 @@
- [relay_lsp](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#relay_lsp)
- [remark_ls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#remark_ls)
- [rescriptls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#rescriptls)
- [rls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#rls)
- [robotframework_ls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#robotframework_ls)
- [ruby_ls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#ruby_ls)
- [ruff_lsp](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#ruff_lsp)
Expand Down

0 comments on commit c35cb31

Please sign in to comment.