diff options
author | mattn <mattn.jp@gmail.com> | 2020-02-19 16:18:42 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 16:18:42 +0900 |
commit | ac35fe1181439920d12a77d38cea0f2fd649eb4d (patch) | |
tree | 851fe7ae8b96e5cd7a9d24b042d7cc165e1283a8 /settings.json | |
parent | 5df3d59707b92f75270937e13f8bcf5044d45bf0 (diff) | |
parent | 065558f9898fe96d2cd6afbdba96bb24fe22b6d3 (diff) | |
download | vim-lsp-settings-ac35fe1181439920d12a77d38cea0f2fd649eb4d.tar.gz vim-lsp-settings-ac35fe1181439920d12a77d38cea0f2fd649eb4d.tar.bz2 vim-lsp-settings-ac35fe1181439920d12a77d38cea0f2fd649eb4d.zip |
Merge pull request #169 from mattn/sqls
Add sqls
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.json b/settings.json index 7847d2b..a47845d 100644 --- a/settings.json +++ b/settings.json @@ -503,6 +503,9 @@ ] }, { + "config": { + "refresh_pattern": "\\( \\zs\\k*\\|[a-zA-Z0-9_-]\\+\\)$" + }, "command": "sqls", "requires": [ "go" |