README.md | 4 ++-- diff --git a/README.md b/README.md index 5ff819f3b2a11544b57d336ee345408d431fc848..e3bfcdf1d6508d91b0b57744f9cc36727af9dad2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You will also need to install one or more language servers corresponding to the programming languages that you are using. Refer to the https://langserver.org/ page for the list of available language servers. ## 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 @@ \ ] 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: