aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2020-02-05 19:22:35 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2020-02-05 19:22:35 +0900
commit9ee12f79f184102d56ff3ee731aee202b3e5d8fa (patch)
tree28db0411aed4c387f33bed2c89804364d8936923 /settings.json
parent68a59e6d340e1db9dca52774c8d3aea96ffce73e (diff)
downloadvim-lsp-settings-9ee12f79f184102d56ff3ee731aee202b3e5d8fa.tar.gz
vim-lsp-settings-9ee12f79f184102d56ff3ee731aee202b3e5d8fa.tar.bz2
vim-lsp-settings-9ee12f79f184102d56ff3ee731aee202b3e5d8fa.zip
Fixes refresh_pattern and typed_pattern.
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/settings.json b/settings.json
index 3aea50c..40915b0 100644
--- a/settings.json
+++ b/settings.json
@@ -345,7 +345,6 @@
],
"ps1": [
{
- "refresh_pattern": "\\(\\$\\k*\\|\\k\\+\\)$",
"command": "powershell-languageserver",
"requires": [
"pwsh"
@@ -401,7 +400,6 @@
],
"ruby": [
{
- "refresh_pattern": "\\(\\$\\k*\\|\\k\\+\\)$",
"command": "solargraph",
"requires": [
"gem"