From: Yegappan Lakshmanan Date: Tue, 27 Sep 2022 14:17:45 +0000 (-0700) Subject: Update the LSP server configuration help X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=bf48d5bdd090dfd8b84a1f63807d34b9649a28a5;p=vim-lsp.git Update the LSP server configuration help --- diff --git a/README.md b/README.md index 242adf7..5ff819f 100644 --- a/README.md +++ b/README.md @@ -51,14 +51,14 @@ To register a LSP server, add the following lines to your .vimrc file: \ #{ \ filetype: ['go', 'gomod'], \ path: '/usr/local/bin/gopls', - \ args: ['serve'] - \ syncInit: v:true, + \ args: ['serve'], + \ syncInit: v:true \ }, \ #{ \ filetype: ['rust'], \ path: '/usr/local/bin/rust-analyzer', - \ args: [] - \ syncInit: v:true, + \ args: [], + \ syncInit: v:true \ }, \ #{ \ filetype: ['python'],