From eee00c3fef48e9eb3db7022fb014913eb8d926d0 Mon Sep 17 00:00:00 2001 From: Etienne Lacoursiere Date: Fri, 9 Feb 2024 12:59:09 -0500 Subject: [PATCH] Update configuring_zed.md with auto close section (#7625) Adds a section for the `auto_close` feature in `configuring_zed.md` Release Notes: - N/A --- docs/src/configuring_zed.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/src/configuring_zed.md b/docs/src/configuring_zed.md index 0a72e384ce..006a448fc9 100644 --- a/docs/src/configuring_zed.md +++ b/docs/src/configuring_zed.md @@ -306,6 +306,15 @@ To override settings for a language, add an entry for that language server's nam } ``` +## Auto close +- Description: Whether or not to automatically type closing characters for you. +- Setting: `use_autoclose` +- Default: `true` + +**Options** + +`boolean` values + ## Git - Description: Configuration for git-related features.