aboutsummaryrefslogtreecommitdiff
path: root/schema.json
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2020-02-05 18:26:19 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2020-02-05 18:26:19 +0900
commit90b4c2e84a6a3b65071cf740c6ed060dbbd24719 (patch)
tree953cef685a63bab8c1e2c8395d97f5696868dd06 /schema.json
parentc3382a172d3bd3876a5917c753887ad716356565 (diff)
downloadvim-lsp-settings-90b4c2e84a6a3b65071cf740c6ed060dbbd24719.tar.gz
vim-lsp-settings-90b4c2e84a6a3b65071cf740c6ed060dbbd24719.tar.bz2
vim-lsp-settings-90b4c2e84a6a3b65071cf740c6ed060dbbd24719.zip
Rename asyncomplete-refresh-pattern to refresh_pattern
Diffstat (limited to 'schema.json')
-rw-r--r--schema.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/schema.json b/schema.json
index 38c11d6..95cd0f7 100644
--- a/schema.json
+++ b/schema.json
@@ -8,8 +8,8 @@
"additionalProperties": false,
"description": "define command description",
"properties": {
- "asyncomplete-refresh-pattern": {
- "description": "define refresh pattern for asyncomplete",
+ "refresh_pattern": {
+ "description": "loop left and find the start of the word or trigger chars and set it as the startcol for the source instead of refresh_pattern",
"type": "string"
},
"command": {