]> git.lizzy.rs Git - rust.git/commitdiff
Regen generated_config.adoc
authorLukas Wirth <lukastw97@gmail.com>
Mon, 4 Oct 2021 19:47:02 +0000 (21:47 +0200)
committerLukas Wirth <lukastw97@gmail.com>
Mon, 4 Oct 2021 19:47:02 +0000 (21:47 +0200)
docs/user/generated_config.adoc

index 768216fed9541f99fead07993f4771b9be7d1f8b..7ec66c18be59366148f59615493cf18dbeb5ca9a 100644 (file)
@@ -136,11 +136,21 @@ Only applies when `#rust-analyzer.completion.addCallParenthesis#` is set.
 --
 Whether to add parenthesis when completing functions.
 --
+[[rust-analyzer.completion.snippets]]rust-analyzer.completion.snippets (default: `{}`)::
++
+--
+Custom completion snippets.
+--
 [[rust-analyzer.completion.postfix.enable]]rust-analyzer.completion.postfix.enable (default: `true`)::
 +
 --
 Whether to show postfix snippets like `dbg`, `if`, `not`, etc.
 --
+[[rust-analyzer.completion.postfix.snippets]]rust-analyzer.completion.postfix.snippets (default: `{}`)::
++
+--
+Custom postfix completion snippets.
+--
 [[rust-analyzer.completion.autoimport.enable]]rust-analyzer.completion.autoimport.enable (default: `true`)::
 +
 --