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

index 242adf7ad790dd84bf95338bb47f849ea1225aa0..5ff819f3b2a11544b57d336ee345408d431fc848 100644 (file)
--- 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'],