diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-02-05 14:32:50 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-02-05 14:32:50 +0900 |
commit | 35411e724e36d23aaddb71b5a91cb2d7f95e257c (patch) | |
tree | 2edeaf08ea8f70b52901a7ee011d46fdcef67cee | |
parent | d7a15bda2f9a10bffee1198dddf7cbc33482db3c (diff) | |
download | vim-lsp-settings-35411e724e36d23aaddb71b5a91cb2d7f95e257c.tar.gz vim-lsp-settings-35411e724e36d23aaddb71b5a91cb2d7f95e257c.tar.bz2 vim-lsp-settings-35411e724e36d23aaddb71b5a91cb2d7f95e257c.zip |
Add refresh pattern for ruby
-rw-r--r-- | settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.json b/settings.json index 12e7704..ce4bd54 100644 --- a/settings.json +++ b/settings.json @@ -400,6 +400,7 @@ ], "ruby": [ { + "asyncomplete-refresh-pattern": "\\(\\$\\k*$\\|\\k\\+$\\)", "command": "solargraph", "requires": [ "gem" |