diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-28 21:42:29 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-28 21:42:29 +0900 |
commit | 78ea37665065698f731ea7db90bad01d244cd264 (patch) | |
tree | 6a80faee83f5a88095e687fddce5ff59dd945da0 /settings.json | |
parent | 552052d5fc29951fa5391e0409cfc9f2edb3a6ee (diff) | |
download | vim-lsp-settings-78ea37665065698f731ea7db90bad01d244cd264.tar.gz vim-lsp-settings-78ea37665065698f731ea7db90bad01d244cd264.tar.bz2 vim-lsp-settings-78ea37665065698f731ea7db90bad01d244cd264.zip |
Add nimlsp
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/settings.json b/settings.json index ccb83af..2171a3a 100644 --- a/settings.json +++ b/settings.json @@ -135,6 +135,12 @@ ] } ], + "nim": [ + { + "command": "nimlsp", + "requires": [] + } + ], "php": [ { "command": "intelephense", |