From a7d8eda99b13b6843a16ab21e1f149b45d3300e7 Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Tue, 27 Sep 2022 07:19:25 -0700 Subject: [PATCH] Update the LSP server configuration help --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ff819f..e3bfcdf 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 ## 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: -- 2.48.1