aboutsummaryrefslogtreecommitdiff
path: root/docs/user/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user/README.md')
-rw-r--r--docs/user/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/user/README.md b/docs/user/README.md
index 909e574d0..eac9c50d2 100644
--- a/docs/user/README.md
+++ b/docs/user/README.md
@@ -116,6 +116,8 @@ host.
116 "lsp.diagnostics": true, 116 "lsp.diagnostics": true,
117 // Automatically insert `()` and `<>` when completing functions and types. 117 // Automatically insert `()` and `<>` when completing functions and types.
118 "completion.insertion.add-call-parenthesis": true, 118 "completion.insertion.add-call-parenthesis": true,
119 // Enable completions like `.if`, `.match`, etc.
120 "completion.enable-postfix": true,
119 // Show notification when workspace is fully loaded 121 // Show notification when workspace is fully loaded
120 "notifications.workspace-loaded": true, 122 "notifications.workspace-loaded": true,
121 } 123 }