From 4f93826aeb31066eb241f4ccbca61f052239803f Mon Sep 17 00:00:00 2001 From: Laurent Cheylus Date: Fri, 20 Sep 2024 11:18:24 +0000 Subject: [PATCH] docs: fix for Neovim LSP/Mason (#122) - add URL for mason registry - add URL for mason-lspconfig.nvim plugin (':LspInstall' command) - add URL for mason.nvim plugin (':MasonInstall v_analyzer' command) Signed-off-by: Laurent Cheylus --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 439a87ab..5c457eca 100644 --- a/README.md +++ b/README.md @@ -147,9 +147,10 @@ The source code for extension is contained in the [`editors/code`](https://githu ## NVIM LSP / Mason -For Neovim users, v-analyzer is available via [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#v_analyzer). -It is part of the mason registry and can be installated with: -`:LspInstall v_analyzer` for nvim-lspconfig, or `:MasonInstall v_analyzer` for Mason. +For Neovim users, v-analyzer is available via [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#v_analyzer) plugin. +It is part of the [mason registry](https://mason-registry.dev/registry/list#v-analyzer) and could be installed with both Neovim plugins: +- [mason.nvim](https://github.com/williamboman/mason.nvim) with `:MasonInstall v_analyzer` command +- [mason-lspconfig.nvim](https://github.com/williamboman/mason-lspconfig.nvim) with `:LspInstall` command ## Authors