aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files 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.