diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-28 22:11:57 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-28 22:11:57 +0900 |
commit | 560e3d479ddf228b8ce0a41bbdd71ccafeccc1a8 (patch) | |
tree | 2110229f75ab454b8ee4b45136f1fdabf9c5ac64 /settings.json | |
parent | 78ea37665065698f731ea7db90bad01d244cd264 (diff) | |
download | vim-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.json | 8 |
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", |