Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
docs: remove Rust Wiki link
Browse files Browse the repository at this point in the history
With the new setup structure, this is no longer relevant.
  • Loading branch information
williamboman committed Apr 28, 2022
1 parent 090c8a8 commit 43a200f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ require("nvim-lsp-installer").setup({
| Reason | `reason_ls` |
| Rome | `rome` |
| Ruby | `solargraph` |
| Rust [(wiki)][rust_analyzer] | `rust_analyzer` |
| Rust | `rust_analyzer` |
| SQL | `sqlls` |
| SQL | `sqls` |
| Salt | `salt_ls` |
Expand Down Expand Up @@ -252,7 +252,6 @@ require("nvim-lsp-installer").setup({
[eslint]: ./lua/nvim-lsp-installer/servers/eslint/README.md
[tflint]: ./lua/nvim-lsp-installer/servers/tflint/README.md
[pylsp]: ./lua/nvim-lsp-installer/servers/pylsp/README.md
[rust_analyzer]: https://github.com/williamboman/nvim-lsp-installer/wiki/Rust

## Custom servers

Expand Down
1 change: 1 addition & 0 deletions doc/nvim-lsp-installer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ to call the `setup()` function _before_ you set up any servers: >
Next, in your initialization files |init.lua|, setup the servers you want to use.
Refer to |lspconfig| for more information! For example: >
require("nvim-lsp-installer").setup {}
local lspconfig = require("lspconfig")
local function on_attach(client, bufnr)
Expand Down

0 comments on commit 43a200f

Please sign in to comment.