aboutsummaryrefslogtreecommitdiff
path: root/settings.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 /settings.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 'settings.json')
-rw-r--r--settings.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/settings.json b/settings.json
index d6fe430..5bc7c4d 100644
--- a/settings.json
+++ b/settings.json
@@ -63,7 +63,7 @@
],
"css": [
{
- "asyncomplete-refresh-pattern": "\\(-\\?[a-zA-Z_]\\+[_a-zA-Z0-9-]*$\\|\\k\\+$\\)",
+ "refresh_pattern": "\\(-\\?[a-zA-Z_]\\+[_a-zA-Z0-9-]*$\\|\\k\\+$\\)",
"command": "css-languageserver",
"requires": [
"npm"
@@ -189,6 +189,7 @@
],
"html": [
{
+ "refresh_pattern": "\\(\\k\\+\\)$",
"command": "html-languageserver",
"requires": [
"npm"
@@ -345,7 +346,7 @@
],
"ps1": [
{
- "asyncomplete-refresh-pattern": "\\(\\$\\k*$\\|\\k\\+$\\)",
+ "refresh_pattern": "\\(\\$\\k*$\\|\\k\\+$\\)",
"command": "powershell-languageserver",
"requires": [
"pwsh"
@@ -401,7 +402,7 @@
],
"ruby": [
{
- "asyncomplete-refresh-pattern": "\\(\\$\\k*$\\|\\k\\+$\\)",
+ "refresh_pattern": "\\(\\$\\k*$\\|\\k\\+$\\)",
"command": "solargraph",
"requires": [
"gem"