diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-02-18 22:09:36 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-02-18 22:09:36 +0900 |
commit | 065558f9898fe96d2cd6afbdba96bb24fe22b6d3 (patch) | |
tree | da4768d2e4e7329fcd9738e37fe7761ed7087963 /settings.json | |
parent | 42b7d395f17c1b677a53d8bec593365614e3ea7c (diff) | |
download | vim-lsp-settings-065558f9898fe96d2cd6afbdba96bb24fe22b6d3.tar.gz vim-lsp-settings-065558f9898fe96d2cd6afbdba96bb24fe22b6d3.tar.bz2 vim-lsp-settings-065558f9898fe96d2cd6afbdba96bb24fe22b6d3.zip |
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 046f307..b132865 100644 --- a/settings.json +++ b/settings.json @@ -497,6 +497,9 @@ ] }, { + "config": { + "refresh_pattern": "\\( \\zs\\k*\\|[a-zA-Z0-9_-]\\+\\)$" + }, "command": "sqls", "requires": [ "go" |