From ddfc69d46a058352db2d26c165ea1c44c8a273a2 Mon Sep 17 00:00:00 2001 From: William Boman Date: Thu, 11 Nov 2021 14:34:41 +0100 Subject: doc: update nvim-lspconfig links --- doc/nvim-lsp-installer.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3-70-g09d2