diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-02-05 23:13:02 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-02-05 23:13:02 +0900 |
commit | 5a9a1bdc182e8c5ade75bc91ec112d105abb37c7 (patch) | |
tree | fd89e2395ad7403019c7227309fa1ebcad539f00 /schema.json | |
parent | 3e4d8bf5c5fff96ae42b1f2a72aaf236e7db1eb9 (diff) | |
parent | c727df7bcaa13202f81fb513ea61d6a75d634b84 (diff) | |
download | vim-lsp-settings-5a9a1bdc182e8c5ade75bc91ec112d105abb37c7.tar.gz vim-lsp-settings-5a9a1bdc182e8c5ade75bc91ec112d105abb37c7.tar.bz2 vim-lsp-settings-5a9a1bdc182e8c5ade75bc91ec112d105abb37c7.zip |
Merge branch 'master' into glsllsglslls
Diffstat (limited to 'schema.json')
-rw-r--r-- | schema.json | 4 |
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": { |