aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2021-11-11 14:34:41 +0100
committerGitHub <noreply@github.com>2021-11-11 14:34:41 +0100
commitddfc69d46a058352db2d26c165ea1c44c8a273a2 (patch)
tree09183ccabfad503f4215ca40f66bc4a6fad77547
parentuse c#, f# to be in line with languages defined in the README (diff)
downloadmason-ddfc69d46a058352db2d26c165ea1c44c8a273a2.tar
mason-ddfc69d46a058352db2d26c165ea1c44c8a273a2.tar.gz
mason-ddfc69d46a058352db2d26c165ea1c44c8a273a2.tar.bz2
mason-ddfc69d46a058352db2d26c165ea1c44c8a273a2.tar.lz
mason-ddfc69d46a058352db2d26c165ea1c44c8a273a2.tar.xz
mason-ddfc69d46a058352db2d26c165ea1c44c8a273a2.tar.zst
mason-ddfc69d46a058352db2d26c165ea1c44c8a273a2.zip
doc: update nvim-lspconfig links
-rw-r--r--README.md2
-rw-r--r--doc/nvim-lsp-installer.txt6
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 84eb3ca0..60080aa0 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ lsp_installer.on_server_ready(function(server)
-- end
-- This setup() function is exactly the same as lspconfig's setup function.
- -- Refer to https://github.com/neovim/nvim-lspconfig/blob/master/ADVANCED_README.md
+ -- Refer to https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md
server:setup(opts)
end)
```
diff --git a/doc/nvim-lsp-installer.txt b/doc/nvim-lsp-installer.txt
index 34fffb09..1d736e52 100644
--- a/doc/nvim-lsp-installer.txt
+++ b/doc/nvim-lsp-installer.txt
@@ -81,7 +81,7 @@ Then, somewhere in your initialization script (see `:h init.lua`): >
-- end
-- This setup() function is exactly the same as lspconfig's setup function.
- -- Refer to https://github.com/neovim/nvim-lspconfig/blob/master/ADVANCED_README.md
+ -- Refer to https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md
server:setup(opts)
end)
<
@@ -349,7 +349,7 @@ class: Server
Parameters: ~
{opts} (table) The lspconfig server configuration.
- See https://github.com/neovim/nvim-lspconfig/blob/master/CONFIG.md
+ See https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md
- setup_lsp({opts})
Sets up the language server via lspconfig.
@@ -358,7 +358,7 @@ class: Server
Parameters: ~
{opts} (table) The lspconfig server configuration.
- See https://github.com/neovim/nvim-lspconfig/blob/master/CONFIG.md
+ See https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md
- attach_buffers()
Attaches this server to all current open buffers with a