Regen generated_config.adoc

This commit is contained in:
Lukas Wirth 2021-10-04 21:47:02 +02:00
parent 454ecd167c
commit d0c8777a44

View file

@ -136,11 +136,21 @@ Only applies when `#rust-analyzer.completion.addCallParenthesis#` is set.
-- --
Whether to add parenthesis when completing functions. 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`):: [[rust-analyzer.completion.postfix.enable]]rust-analyzer.completion.postfix.enable (default: `true`)::
+ +
-- --
Whether to show postfix snippets like `dbg`, `if`, `not`, etc. 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`):: [[rust-analyzer.completion.autoimport.enable]]rust-analyzer.completion.autoimport.enable (default: `true`)::
+ +
-- --