Introduce internal snippet cap

This commit is contained in:
Aleksey Kladov
2020-04-24 02:06:12 +02:00
parent bd3b239390
commit b3050bded1
2 changed files with 14 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ impl Default for Config {
enable_postfix_completions: true,
add_call_parenthesis: true,
add_call_argument_snippets: true,
..CompletionConfig::default()
},
call_info_full: true,
}