aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2019-12-28 22:11:57 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2019-12-28 22:11:57 +0900
commit560e3d479ddf228b8ce0a41bbdd71ccafeccc1a8 (patch)
tree2110229f75ab454b8ee4b45136f1fdabf9c5ac64 /settings.json
parent78ea37665065698f731ea7db90bad01d244cd264 (diff)
downloadvim-lsp-settings-560e3d479ddf228b8ce0a41bbdd71ccafeccc1a8.tar.gz
vim-lsp-settings-560e3d479ddf228b8ce0a41bbdd71ccafeccc1a8.tar.bz2
vim-lsp-settings-560e3d479ddf228b8ce0a41bbdd71ccafeccc1a8.zip
Add dls
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/settings.json b/settings.json
index 2171a3a..6ccdd8b 100644
--- a/settings.json
+++ b/settings.json
@@ -41,6 +41,14 @@
]
}
],
+ "d": [
+ {
+ "command": "dls",
+ "requires": [
+ "npm"
+ ]
+ }
+ ],
"dockerfile": [
{
"command": "docker-langserver",