mirror of https://github.com/golang/go.git
docs: updated nvim-lspconfig link
This PR updates the link of nvim-lspconfig doc for gopls. Change-Id: I9f64ca9c310af8a6c6392245c88eea666edf4657 GitHub-Last-Rev: 9774e504c77d7b0d00f932dd5af85563498a21b2 GitHub-Pull-Request: golang/tools#351 Reviewed-on: https://go-review.googlesource.com/c/tools/+/367254 Reviewed-by: Robert Findley <rfindley@google.com> Trust: Robert Findley <rfindley@google.com> Trust: Hyang-Ah Hana Kim <hyangah@gmail.com> Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
This commit is contained in:
parent
fd2bfb79a1
commit
cadd57e399
|
|
@ -225,5 +225,5 @@ autocmd FileType go setlocal omnifunc=v:lua.vim.lsp.omnifunc
|
|||
[govim-install]: https://github.com/myitcv/govim/blob/master/README.md#govim---go-development-plugin-for-vim8
|
||||
[nvim-docs]: https://neovim.io/doc/user/lsp.html
|
||||
[nvim-install]: https://github.com/neovim/neovim/wiki/Installing-Neovim
|
||||
[nvim-lspconfig]: https://github.com/neovim/nvim-lspconfig/blob/master/CONFIG.md#gopls
|
||||
[nvim-lspconfig]: https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#gopls
|
||||
[nvim-lspconfig-imports]: https://github.com/neovim/nvim-lspconfig/issues/115
|
||||
|
|
|
|||
Loading…
Reference in New Issue