From 70831679422a4134001ce9f0c6bde3d9d4db0096 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Mon, 16 Dec 2019 15:36:19 +0900 Subject: Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0f2a1c4..5bb6440 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,12 @@ let g:lsp_settings = { Overridable keys are: -* initialization_options -* whitelist -* blacklist -* config -* workspace_config +* cmd (List ex: `['clangd-6.0', '-enable-snippets']`) +* initialization_options (Dictionary) +* whitelist (List) +* blacklist (List) +* config (Dictionary) +* workspace_config (Dictionary) If you install ruby but not solargraph, you can install solargraph with following command. -- cgit v1.2.3-54-g00ecf