aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authoryaegassy <yaegassy@users.noreply.github.com>2020-03-05 10:39:19 +0900
committeryaegassy <yaegassy@users.noreply.github.com>2020-03-05 10:39:19 +0900
commite0bd1b92b713a16e2055ab4ffcb524755ee84100 (patch)
treefcb0066cfc03ea264e0c2356869f24ebed1302ca /settings.json
parent5582a40517cd18430b3a20d1c4b812228fc79b5c (diff)
downloadvim-lsp-settings-e0bd1b92b713a16e2055ab4ffcb524755ee84100.tar.gz
vim-lsp-settings-e0bd1b92b713a16e2055ab4ffcb524755ee84100.tar.bz2
vim-lsp-settings-e0bd1b92b713a16e2055ab4ffcb524755ee84100.zip
Add refresh pattern for sh
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.json b/settings.json
index 024abd6..7231807 100644
--- a/settings.json
+++ b/settings.json
@@ -549,6 +549,9 @@
"sh": [
{
"command": "bash-language-server",
+ "config": {
+ "refresh_pattern": "\\([a-zA-Z0-9_-]\\+\\|\\k\\+\\)$"
+ },
"requires": [
"npm"
]