]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Update the LSP server configuration help
authorYegappan Lakshmanan <yegappan@yahoo.com>
Tue, 27 Sep 2022 14:19:25 +0000 (07:19 -0700)
committerYegappan Lakshmanan <yegappan@yahoo.com>
Tue, 27 Sep 2022 14:19:25 +0000 (07:19 -0700)
README.md

index 5ff819f3b2a11544b57d336ee345408d431fc848..e3bfcdf1d6508d91b0b57744f9cc36727af9dad2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ You will also need to install one or more language servers corresponding to the
 
 ## Configuration
 
-To register a LSP server, add the following lines to your .vimrc file:
+To register a LSP server, add the following lines to your .vimrc file (use only the LSP servers that you need from the below list):
 ```
    let lspServers = [
                \     #{
@@ -74,7 +74,7 @@ To register a LSP server, add the following lines to your .vimrc file:
    call LspAddServer(lspServers)
 ```
 
-The above lines add the LSP servers for C, C++, Javascript, Typescript, Shell script, Vim script, Go and Python file types.
+The above lines add the LSP servers for C, C++, Javascript, Typescript, Shell script, Vim script, Go, Rust, Python and Fortran file types.
 
 To add a LSP server, the following information is needed: