From: Yegappan Lakshmanan <4298407+yegappan@users.noreply.github.com> Date: Sat, 22 Apr 2023 06:10:27 +0000 (-0700) Subject: Update README.md X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=8e460a7db0fe7aaba4dfcefefbb59cb8eebf3e3d;p=vim-lsp.git Update README.md --- diff --git a/README.md b/README.md index 9b10f29..0c6890d 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ call LspAddServer([#{ \ }]) ``` -The above lines register the language servers for C/C++, Javascript/Typescript, Go and Rust file types. Refer to the Wiki (https://github.com/yegappan/lsp/wiki) page for various language server specific configuration. +The above lines register the language servers for C/C++, Javascript/Typescript, Go and Rust file types. Refer to the [Wiki](https://github.com/yegappan/lsp/wiki) page for various language server specific configuration. To register a LSP server, the following information is needed: